Re: [PHP] Premature EOS Header

2001-12-22 Thread Brian Clark
* Anthony F. Rodriguez ([EMAIL PROTECTED]) [Dec 22. 2001 10:25]: > When I call the following script, I get "Premature End of Script Header". Why? > if ($password!=$row_2["password"]) > { > @mysql_free_result($result_1); > @mysql_close($connection); > header ("location:dis_3.htm"); It may

[PHP] Premature EOS Header

2001-12-22 Thread Anthony F. Rodriguez
When I call the following script, I get "Premature End of Script Header". Why? TEST "; }; @mysql_free_result($result_1); @mysql_close($connection); exit; ?> Thanks! Anthony F. Rodriguez ([EMAIL PROTECTED])