Hi,
I just wanted to know, how does one evalueate a function call, or is it even possible?
$but_p = array('function1($aa)','function2($bb)','function3($cc)');
eval(but_p[0]);
eval(but_p[1]);
eval(but_p[2]);
I don't know why this won't work, so any help is greatly appreaciated.