Jump to content

youngbuc

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

youngbuc's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. to make this work: Try to send the the record id which should be part of the databse as an autoincrement colum like this page.php?id=$id i believe that you can use a url variable when you are creating your recordset. then you get the ? after the .php hope this helps
  2. i have a db with 4 tables. -main -customers -power -connections i am trying to create a form that inserts data into the "main" and "customer" tables. in the MAIN table, the cust_id is set to auto increment. i would like to my form to send the "cust_id" that was just created to the next step of the form or just add it to the next table. 1st form would have 4 fields from the table "main" - cust_id, tenant, environment, and size. cust_id would be set to 0 or null, then when they submit, it would send them to the second form that has fields from "customers" - cust_id (this is where i want to find out what the cust_id was created for the first table),contact, phone, fax and so on. any help would be great.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.