Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. movieflick

    Help writing to 2 tables

    Ok I will give it a try. I am new to all this so trying to learn as I go. Thanks for the info.
  2. movieflick

    Help writing to 2 tables

    I tried that and got no errors but the information was not written to the database. I think the issue is a am querying and writing at the same time. I was hoping someone would be able to help. Time to hit the books I guess. Thanks anyway all.
  3. movieflick

    Help writing to 2 tables

    yes all US zips are numeric I tried to change $query_sname = "SELECT frm_shop.sname FROM frm_shop WHERE frm_shop.sassignzip = 'czip' "; to $query_sname = "SELECT frm_shop.sname FROM frm_shop WHERE frm_shop.sassignzip =" . $czip; It throws an error You have an error in your SQL syntax...
  4. movieflick

    Help writing to 2 tables

    Ok the two tables are frm_cust and frm_shop there are several columns in each but the ones that are of inportance are frm_shop.sname, frm_shop.sassignzip the are the tables to be read and frm_cust.czip is where the dynamic data will be gathered and frm_shop.sname will be writen to frm_cust.refto...
  5. movieflick

    Help writing to 2 tables

    Ok I am new to php and need some help. I have created a form that rights to a customers table I have a second table that contains shop information. What I I am trying to do is have the customer fill out the form and based on the zip code he/she enters right the name of the shop contained in...

Part and Inventory Search

Back
Top