Thread: eval() issue
View Single Post
Old 09-05-2011, 10:01 AM   #2 (permalink)
exangelus
The Visitor
 
Join Date: Sep 2011
Location: Eindhoven, Netherlands
Posts: 4
Thanks: 1
exangelus is on a distinguished road
Default

Already solved it now by changing the call into:
PHP Code:
$this->$method(eval("$arg_order")); 
exangelus is offline  
Reply With Quote