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