Hi,

I have de following code for example


<?php

$username = "victor";


function test() {
    echo $username;
}

?>

If  I call the funcion test(), echo print nothing.... what's is going on ?

[]īs

[EMAIL PROTECTED]



__________________________________________________________________ Victor
Halla ICQ#: 114575440 Current ICQ status: + More ways to contact me
__________________________________________________________________



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

Reply via email to