> > I have a login form (look below) It works just perfict in IE but in
> > Netscape it gives me this error Not Found The requested URL 
> > /build3.0/user/ was not found on this server.
> 
> <form name=login action="<?$SCRIPT_URL?>" method=post>
>                            ^ try an "echo" here.
> 

dont think so.
<form name=login action="<? echo $SCRIPT_URL ?>" method=post>



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