|
Your post collection variables $somevar = $_POST['somename']; need to be on the page that needs to collect and "manage" the information if the form is being submitted to the same page the form is on then the post vars are fine where they are otherwise move them into the correct page
second issue is the if(isset($_POST['submit']))
is this the name of the submit button? IE name='submit' if not correct this
Last edited by cdjhosting; 09-04-2010 at 07:57 AM..
|