* Anthony F. Rodriguez ([EMAIL PROTECTED]) [Dec 22. 2001 10:25]:

> When I call the following script, I get "Premature End of Script Header". Why?
> <?php

[...]

> if ($password!=$row_2["password"])
> {
>   @mysql_free_result($result_1);
>   @mysql_close($connection);
>   header ("location:dis_3.htm");

It may be because of that ^^^ line. Try this:

header("Location: dis_3.htm");

Or check your server's error_log (which is bound to give you the reason
why).

-- 
Brian Clark | Avoiding the general public since 1805!
Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8
Common sense is not.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to