Serik Posted September 2, 2006 Share Posted September 2, 2006 ok heres the form www.mellonhosting.com/art/enter2.zipi have it so it wont submit if any fields are left blank and will return with text tellin you what fields need filledbut even if they are filled its not letting the form submitany help is appreciated also note that im pretty new to php so ill need an in depth explanation or examples thanks Link to comment https://forums.phpfreaks.com/topic/19432-can-someone-look-at-this-php-server-side-validation-form/ Share on other sites More sharing options...
AndyB Posted September 2, 2006 Share Posted September 2, 2006 A few questions.How do you know the form is not being submitted? Do you mean no email is sent, or is there some other indicator?Quick look at your code and it assumes that register_globals is ON. That's not the norm for recent, decent, web hosting. If that means nothing to you, then save, upload, and run this piece of code saved as test.php:[code]<?phpphpinfo();?>[/code]It'll spit back reams of information and somewhere on that page it'll tell you about register_globals. Let us know if it's ON or OFF. Link to comment https://forums.phpfreaks.com/topic/19432-can-someone-look-at-this-php-server-side-validation-form/#findComment-84392 Share on other sites More sharing options...
Serik Posted September 2, 2006 Author Share Posted September 2, 2006 register_globals On On is what it saysand the email isnt being generated and its not redirecting to the $thanks page Link to comment https://forums.phpfreaks.com/topic/19432-can-someone-look-at-this-php-server-side-validation-form/#findComment-84397 Share on other sites More sharing options...
Serik Posted September 3, 2006 Author Share Posted September 3, 2006 bump? Link to comment https://forums.phpfreaks.com/topic/19432-can-someone-look-at-this-php-server-side-validation-form/#findComment-85041 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.