Quote:
Originally Posted by Inverness
Email Google, ask for theirs, then convert it to GS2 
|
Google's is simple.
PHP Code:
$q = "1+8";
$evalstr = "echo " . $q . ";";
eval($evalstr);
You can't convert that to gScript unless we have an eval() function *nods to Stefan*