Help for this page
Select Code to Download
Select
or
download this
$x = 1; $y = 2; $code = "$x + $y"; print $code; print eval $code;