Posted by Janwillem Borleffs on 09/24/06 08:56
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
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming