Hello,

Is there any way to call a function with a variable inside the call. ie:

 if($preferences != "") {
       dis_display$$preferences() ;
 }

If $preferences = "menus" this will call the function dis_displaymenus()

Thanks,
Vincent.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to