hmm .. i think this site just ate my thread .. but i need an answer so ill try again (and copy it this time just in case!)
i want to have a function that takes two arguments, and calls a second function (named in the first argument) and uses an array (named in the second argument) as the argument for the second function.
something like:
function thisDoesntWork ($func, $arr) {
eval($func."($arr)");
}
ive rtfm .. ive searched these boards .. ive tried various combinations of backslashes, quotes and dots .. all to no avail. now i am despairing. please help 🙂