Nathan Hawks wrote:
I have only done this when I am building the function name using a string expression, so my advice might not be necessary in your case but it has worked for me:{$function}($var); In that case, the curly braces equate to the eval() function in Javascript.
You don't need the { }.
http://dev.stut.net/php/varfunc.php
-Stut
--
http://stut.net/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

