From: "Vincent M." <[EMAIL PROTECTED]>
> Is there any way to call a function with a variable inside the call. ie:
> 
>   if($preferences != "") {
>         dis_display$$preferences() ;

$functon = "dis_play$preferences";
$function();

---John Holmes...

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

Reply via email to