Calling function dynamic!?
Posted: Mon Mar 30, 2009 10:28 am
I'm trying to get this to work, but I'm doing something wrong? Please help...
Code: Select all
$getFunction = urlencode($_GET['ga']);
function $getFunction(){
include("functions/function.".$getFunction.".php");
}