Should probably put the whole thing.

Why does this produce a parse error (I know that include statements do weird
things to if structures):

if($username != "") {
<code>
<code>
<code>
} else {
    include("file.php3");
}


-- 
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