| 
 Posted by Tommy Gildseth on 02/24/06 21:51 
Jerry Stuckle wrote: 
>  
> You can define $var as global by placing 
>  
>    global $var; 
>  
> BOTH in the global scope and in the function, i.e. 
>  
>  
 
That is incorrect. You only need to declare the variable global within the 
function to get access to it.  
 
--  
Tommy 
http://design.twobarks.com/
 
  
Navigation:
[Reply to this message] 
 |