Calling a Function from name
Posted: Mon Apr 14, 2008 1:12 pm
Hi,
I am trying to call a function. However, the name of the function comes from a get field which is then called.
However, I just keep getting this error message below
Can anyone shed some light on this?
Thanks,
John
I am trying to call a function. However, the name of the function comes from a get field which is then called.
Code: Select all
$gateway = $_GET['gateway'];
$gateway_activate(); Code: Select all
Fatal error: Call to undefined function: () in /****/******/configgateways.php on line 110
Thanks,
John