Posted by mark on 06/29/05 23:35
Hi, I have the following code... ################## $myvar = "test"; function myfunc() { global $myvar; echo $myvar; } ################## However, when echoing $myvar it is blank. Can anybody tell me what I am doing wrong?
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming