im sorry, but i was trying to do that the hard
way. i figured out how to execute a function
name in a variable.
$x ="test";
print "Hello: $x\n\n";
$x();
function test() {
print "yee haw";
}
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
- Re: [PHP] references... found it scott [gts]
- Re: [PHP] references... found it Philip Olson

