Hi All,
I don't know if this is possible..though i need to ask! Is it possible to run a function name having it stored in a variable? Don;t if i explained my self well so i'll try with an example:
$function = "SelectUser";
RunFunction($function, $params);
function RunFunction($function_name, $parametrs)
{
$function_name($parameters)
}
Hope this makes it clearer!
Thanks
Nick
I don't know if this is possible..though i need to ask! Is it possible to run a function name having it stored in a variable? Don;t if i explained my self well so i'll try with an example:
$function = "SelectUser";
RunFunction($function, $params);
function RunFunction($function_name, $parametrs)
{
$function_name($parameters)
}
Hope this makes it clearer!
Thanks
Nick