mike177 Posted January 20, 2008 Share Posted January 20, 2008 Hi , I have written my own login script. I have completed the registration system, uploaded it to my server and fixed all the errors. Problem is when I try to test it and submit the registration form I get redirected back to my home page. I had a look through all the files and everything’s fine. I have a redirection to my home page in process.php to make sure that no one can access the file. I tried removing the redirection but that had no effect I just ended up landing on process.php. It's like the script isn't executing. I attached the zip folder of the registration system so you can see the complete source code. Thanks in advance for any help. [attachment deleted by admin] Link to comment https://forums.phpfreaks.com/topic/86858-solved-php-non-responsive/ Share on other sites More sharing options...
Fyorl Posted January 20, 2008 Share Posted January 20, 2008 process.php is checking for form names that don't exist in the registration form... Link to comment https://forums.phpfreaks.com/topic/86858-solved-php-non-responsive/#findComment-443985 Share on other sites More sharing options...
mike177 Posted January 20, 2008 Author Share Posted January 20, 2008 process.php is checking for form names that don't exist in the registration form... ------------------- I checked the freg form and process and the field names match Link to comment https://forums.phpfreaks.com/topic/86858-solved-php-non-responsive/#findComment-444183 Share on other sites More sharing options...
mike177 Posted January 20, 2008 Author Share Posted January 20, 2008 Thanks for the comment! -yes just one. I fixed the issue myself. Cheers anyway Link to comment https://forums.phpfreaks.com/topic/86858-solved-php-non-responsive/#findComment-444191 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.