Hello,
I have a database table set up (somewhat like this):
title, value, description, function, function_args
where function would be a function name and args would be constants or variable names
What I need to be able to do is be able to tell if the 'function' exists and then if it does get a reference to it so that I can call it. I would think this is a common problem but I have searched everywhere for the answer and cannot seem to find it. If you could shed light on how to do this it would be greatly appreciated.
-xaze
I have a database table set up (somewhat like this):
title, value, description, function, function_args
where function would be a function name and args would be constants or variable names
What I need to be able to do is be able to tell if the 'function' exists and then if it does get a reference to it so that I can call it. I would think this is a common problem but I have searched everywhere for the answer and cannot seem to find it. If you could shed light on how to do this it would be greatly appreciated.
-xaze