Posted by The87Boy on 03/27/07 10:35
I have defined some strings and functions in my script, but is there anyway I can access the strings in the function without defining them as: $n = 'Hey'; function g($n='') { echo $n; } g($n)
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming