Jimmy Lam wrote:

> user.php3: parse error, expecting `'('' on line 9
> print "<h1>Authentication Failure!</h1><br>User at $REMOTE_ADDR has been
> logged<br><br><b>You can only access this site from within the BNSI internal
> firewall</b>";
>
>          In the above is an example.
>

hi,

your question goes more for the general mailinglist - not for install :)
but anyway:
normally the print-function is called
print("some text");
this could be the problem.
thats why i use only "echo" to write things out :)

the compatibility to php3 is not 100% - some constructs must be used more
carefull and the parser is a bit stricter.

and at last: the scripts you take out of the net must not be written
correctly.... thats the problem with opensource-stuff: you need to take care of
what you download .-)

cya
mac


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