MULPILE FORM PRECESSING !!!!!!!!!!!! help !!!!!!!!
Posted: Tue Sep 02, 2003 12:38 am
HI
I'm having a problem, I need to process a form and pass the values two 2 diferent pages.
This is the form process I use. IT WORKS PERFECT
<form name="HELP" method="post" action="verif.php" enctype="multipart/form-data">
IT'S POSSIBLWE TO DO THIS????
<form name="hoja" method="post" action="verif.php&email.php" enctype="multipart/form-data">
HELP ME OR SUGGEST ME SOMETHING.
Th exact problem is in the form I pass my values to a fiele verif.php where I make the INSERT in my DB. But I need top send a confirmation mail at same time.
I'm having a problem, I need to process a form and pass the values two 2 diferent pages.
This is the form process I use. IT WORKS PERFECT
<form name="HELP" method="post" action="verif.php" enctype="multipart/form-data">
IT'S POSSIBLWE TO DO THIS????
<form name="hoja" method="post" action="verif.php&email.php" enctype="multipart/form-data">
HELP ME OR SUGGEST ME SOMETHING.
Th exact problem is in the form I pass my values to a fiele verif.php where I make the INSERT in my DB. But I need top send a confirmation mail at same time.