View Single Post
  #5 (permalink)  
Old 01-10-06, 07:54 AM
Acecool's Avatar
Acecool Acecool is offline
Aspiring Coder
 
Join Date: Nov 2003
Posts: 506
Thanks: 0
Thanked 0 Times in 0 Posts
On the page where it submits to..


First, make sure the form has been submitted.. (Let this be the submit button)
if (isset($_POST['submit']))
{
}

then
$_POST['form_input_name_goes_here'] to call each form element, then with php you can process and verify data..
__________________
Check Acecoolco.com for PHP Tutorials, and other tuts
If you plan on contacting me, please read this: Legal Terms & Conditions
Reply With Quote