I've never had so much trouble with one PHP function as I have ever had with array_walk():
@array_walk(array($editQS, $deleteQS), create_function('&$a', '$a .= $dateQS;'), $dateQS);
Produces Fatal Error:
Fatal error: Only variables can be passed by reference in
I just plain don't get it. Please help.
Thanx
Phil