On Mon, 2003-12-22 at 12:43, Carey Baird wrote:
> Eval ($contentfunction); gave me a parse error:
> 
> Parse error: parse error in /home/pickled/public_html/main/inc/html.php(145)
> : eval()'d code on line 1
> 
> 
> $$contentfunction didnât output anything
> 
> Any other ideas?

What are you trying to do exactly? Looking at your code again maybe you
want:

$contenctfunction();

- Brad

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to