Hi
I have recently got a siccessful php script to insert form data into a simple table, but I want to do something and I don't even know if it can be done let alone how to do it.
I want to have people pick a size on one form, that gets inserted into the DB and the auto increment id field issues an id, is there anyway I can find out what their id is on the page the form is processed on, which is another form, so it can be all one table:
The customer selects a size and is issued a customer id when that size is inputeed into the db, and on the next page, the second form, the information entered there goes into the next set of fields in the same table, into the same (id) record.
Can this be done, and where can I read up on how?