hi..
i'm using php and postgressql, i need help on how to submit data from more than one form that is in difreent pages.?
let say..there are 3 forms from diffrent pages :
form 1: user need to fill name & address
form 2 : user need to fill birthdate & phone number
form 3 : user need to fill account number & email
then the submit button is only at form number 3. my plan is when user click the submit button (at form 3 )it will also store the data from form 1 and form 2...
i'm glad if i have a detail script tq...
*there is auto increment, therefore i must use only one submit button which is in the final pages whereas the data must be store in the same profile.
i'm using php and postgressql, i need help on how to submit data from more than one form that is in difreent pages.?
let say..there are 3 forms from diffrent pages :
form 1: user need to fill name & address
form 2 : user need to fill birthdate & phone number
form 3 : user need to fill account number & email
then the submit button is only at form number 3. my plan is when user click the submit button (at form 3 )it will also store the data from form 1 and form 2...
i'm glad if i have a detail script tq...
*there is auto increment, therefore i must use only one submit button which is in the final pages whereas the data must be store in the same profile.