Posted by CountDraculla on 09/26/04 11:27
Simple function a($p) { return $p^2; } function b($c, $params) { return $c($params); } now pass the function a() to function b() as parameter with additional param $func_a = "a"; $result = b($func_a, 123) thats it!!
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming