Posted by Andy Hassall on 06/29/05 23:38
On Wed, 29 Jun 2005 20:35:18 +0000 (UTC), mark <mark@something.com> wrote:
>$myvar = "test";
>
>function myfunc() {
>global $myvar;
>echo $myvar;
>}
>
>However, when echoing $myvar it is blank. Can anybody tell me what I am
>doing wrong?
Post a runnable piece of code that demonstrates the problem - the one you just
posted does not call the function.
--
Andy Hassall / <andy@andyh.co.uk> / <http://www.andyh.co.uk>
<http://www.andyhsoftware.co.uk/space> Space: disk usage analysis tool
Navigation:
[Reply to this message]
|