AXiSS Posted January 21, 2007 Share Posted January 21, 2007 I've been trying and trying to figure out what is wrong with this code, and have finally decided I just need to ask someone here. It is a registration page, and whenever I hit submit to try and test it the page always goes blank. I can't figure out what is wrong. Could someone please lookover the attached file and explain to me what is wrong?Thanks,PHP Newb :-\[attachment deleted by admin] Link to comment https://forums.phpfreaks.com/topic/35099-registration-script-problem/ Share on other sites More sharing options...
SharkBait Posted January 21, 2007 Share Posted January 21, 2007 Change this:[code]if(isset($_POST['submitted'])){[/code]to this:[code]if(isset($_POST['submit'])){[/code]You're not checking to see if the submit button was set :) Link to comment https://forums.phpfreaks.com/topic/35099-registration-script-problem/#findComment-165669 Share on other sites More sharing options...
AXiSS Posted January 21, 2007 Author Share Posted January 21, 2007 :( Still goes blank upon submitting. Link to comment https://forums.phpfreaks.com/topic/35099-registration-script-problem/#findComment-165712 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.