Now I'm getting a parse error on this code. Ugh, could this be server based? Cause I don't see any problem at all. The parse error happens on line 13 "mysql_select_db('w0rd_test');"
Oh and before, with the exact code that you posted, I was getting a parse error at the first PHP line where we told it to echo the error. What is with that?? This is really strange.
Thanks.
UPDATE:
Ok, I just put the echo for the error back in (this time without quotes around $error) and it doesn't give me the parse error there... instead, I'm getting one here now:
if ($HTTP_POST_VARS['Submit']) {
Why are these errors jumping around like this?