Hey guys, is it possible to assign a function name (not a function) to a variable?
function bar()
{
return 1;
}
$func = bar;
Also, what's the point of variable parameters for a function when you can use an array?
Thanks, bye
[FONT=times new roman]
Cameron Turner[/FONT]