In my database i have a field containing the following string :
sassas select_reports('report1')
basically i want the the function within the string to be called, is this possible, and how would i approach this. I have used eval() but it seems to only recognise variables but not functions calls all its printing is the function name. Please can anyone help.
Colin