Call function thats stored in a string
Posted: Thu Jun 22, 2006 5:38 pm
Does anyone know if there is a way to call a php function that is stored in a string...ie
I have an exception table which has the format
ID Exception Name Function Call
1 send_to_top doSendOff
So i check the database and find the function call where exception name = send_to_top
I now have this function in a variable which i want to know if there is a way to now call this function straight from the variable,thanks.
I have an exception table which has the format
ID Exception Name Function Call
1 send_to_top doSendOff
So i check the database and find the function call where exception name = send_to_top
I now have this function in a variable which i want to know if there is a way to now call this function straight from the variable,thanks.