Re: using echo but need something to execute php code
Posted by Vince Morgan on 04/29/07 12:41
"Vince Morgan" <vinhar@REMOVEoptusnet.com.au> wrote in message
news:46348271$0$22843$afc38c87@news.optusnet.com.au...
> parse($Page);
>[Or
>print parse($Page);
>Or
>echo parse($Page);
>]
There had to be an error somewhere ;]
"echo"ing, or "print"ing the output of "parse(&$Page)" as defined won't work
as it doesn't actualy return anything.