Form Submits to white page?
Posted
by
Seth
on Stack Overflow
See other posts from Stack Overflow
or by Seth
Published on 2011-02-25T23:14:38Z
Indexed on
2011/02/25
23:25 UTC
Read the original article
Hit count: 218
So I have a form for my register system. When the form submits and there's errors, (like 'Enter a username first!' or 'You must provide a password!') it successfully refreshes the page and shows those errors.
HOWEVER, when the form submits and the user has filled out all of the data, and there is NO errors, the form goes to a white page. I looked in the source, and all that shows is the javascript at the top of my page, but it looks like no PHP/HTML is being executed. What is happening?!
© Stack Overflow or respective owner