Christoph Starkmann wrote:

>Hi there!
>
>I don't find the function or variable
>returning/containing the name of the
>script itself;
>
>like:
>
>echo "Hi, my name is " . $SCRIPT_NAME;
>
>Anyone can help?
>
>(I did RTFM...)
>
>Kiko
>
>  
>
$PHP_SELF

see Language Reference chapter 7 Variables

René


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

Reply via email to