hi every one there,
here is my which goes this way, i am an registration form spitted in four html and php files.
i accept user name and password in my first html file called register.htm which calls for unmverfy.php3 which ckeck for all the possible validationswith respect to username and password.
if every thing is right it calls next file called register1.htm on which all the personal details of the user is taken as input.
when this file is submitted it calls regres.php3 which is used for validation and data insertion in table.
now my problem is how do i pass the user name and password to the last file for inserting it into the table.
the user name and password cannot be inserted in first form itself because in case the user cancels the submission at the second form, the record in the password file will get added, with no record in the corresponding files for it..
now i hope you can get my problem.
please help. i m in desperate need of it. please give the exact or specific code for,
- how do send it from first file to second file without user knowing about it.
- how do i collect it second file.
- again how do send it from second file to third file without user knowing about it.
- and how do i collect it fourth file.
piyush