Posted by iulian.ilea on 09/24/06 11:54
Janwillem Borleffs wrote:
> iulian.ilea wrote:
> > By using eval I want to eval $v and get the result returned by ee
> > stored in $stri. How woul you do?
> >
>
> Why use eval at all?
>
> function ee($s) { return $s; }
> $str = ee("Bob");
> print $str;
>
>
> JW
Thanks, but what I wrote above is just an example. I take the variable
that must be eval'd from an sql table.
[Back to original message]
|