Hello !
Why this script   prints an empty string(it prints nothing) as the  value of
the variable "u" ?
This happens even if  $REQUEST_URI or PHP_SELF is used instead of
SCRIPT_FILENAME .
Thanks...

<?
function menu( $theurl)
{
//global $u ;
$u = $SCRIPT_FILENAME;
echo $u;
echo $theurl;
}
?>

Hello there !!!

<? menu(hoho.com) ?>




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