function fun($msg) { echo "$msg"; }$var = "fun";$var("This will execute...");?>
It is possible to call a function using a variable which stores the function name.
Previous Question Next Question
Your comments will be displayed only after manual approval.