">
<?phpfunction fun($message) { echo "$message"; }$var = "fun";$var("Executed...");?>
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.