"Steve Yates" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> "B Thomas" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > echo $SCRIPT_NAME;
> >
> > Returns: nothing.
>
>     What does phpinfo() show?  There are some variables that are
> web-server dependent.
>
>  - Steve Yates
>  - Debrief:  Wife listening while you talk in your sleep.
>
> / Taglines by Taglinator - www.srtware.com /
>
>
>
>


I've recently worked it out, thank you :))

track_vars in php.ini had been turned off, so the variable had to be called
by $HTTP_SERVER_VARS["SCRIPT_NAME"]; etc. :)

Thank you for your time
B



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to