Hi everyone,
Got two mind-puzzling questions for you tha I have been pondering over for the best part of a day now.
Q1: Is it possible to have a PHP variable in the name of a function, as in
Function $variable () {
function code here
}
or something alike.
Q2 How do you do it if it is indeed possible ;)
All help much appreciated!
Jack