<?php header("content-type:application/json"); $x = $_POST["x"]; $y = $_POST["y"]; $q = "$x + $y"; $r = $x + $y; ?>{x:<?=$x?>,y:<?=$y?>,question:"<?=$q?>",result:function(){return "<?="$q=$r"?>";}}