Search found 3 matches

by dyung2
Fri Jan 15, 2010 4:46 pm
Forum: PHP - Code
Topic: blank white page
Replies: 4
Views: 58

Re: blank white page

i figured out the problem! i had to turn on display_error in my php.ini file and found out which line was messed up.
by dyung2
Fri Jan 15, 2010 1:52 pm
Forum: PHP - Code
Topic: blank white page
Replies: 4
Views: 58

Re: blank white page

even if it was false, wouldn't the html show up?
by dyung2
Fri Jan 15, 2010 1:23 pm
Forum: PHP - Code
Topic: blank white page
Replies: 4
Views: 58

blank white page

I'm having trouble resolving my register.php form. I'm running it on localhost and I have tested the connection to mySQL server. The connection works but when I run the register.php in my browser I keep on coming up with a blank white screen. I even enabled the error to show up in my config.inc file...