From: "Jason Wong" <[EMAIL PROTECTED]>
> On Saturday 13 September 2003 01:40, CPT John W. Holmes wrote:
> > 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();
>
> Better still:
>
> $functon(); // [sic]
LOL... No, you don't have to worry about that. Isn't PHP smart enough to
know what I mean??
---John Holmes...
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php