You don't have an account yet?
Become part of our PHP community and register now...
$f = "sin(x)"; $f = str_replace("x",'$x',$f); $x = 15; eval ("\$y = $f;");
Comment