Posted by _andrea.l on 10/13/84 11:27
I'd like to write a function like: function f(){ ... bla ...} f_example(f); function f_example($function_to_execute) {...bla... $function_to_execute() ...bla....} AND how to pass the variable of the function : function f_example($function_to_execute($var1,$var2)) {...bla... $function_to_execute() ...bla....} Thank you in advance for the time you'll spend for me, Andrea.
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming