
Added by thebman220 on October-11-2008, 11:03 pm
<?php error_reporting(E_ALL); ?>
<html>
<head>
<title>PHP tester</title>
</head>
<body>
<?php
if (isset($_POST["code"])) {
$code=$_POST["code"];
$res=f-open(($time=time()).".php"; // FIX THIS LINE
f-write($res,"w"),$code); // FIX THIS LINE
f-close($res); // FIX THIS LINE
require_once("$time.php");
} else {
$code="";
}
?>
<form action='<?php echo $_SERVER["PHP_SELF"]; ?>' method='post'>
<div style='text-align:center'>
<textarea rows='26' cols='127' name='code'><?php echo $code; ?></textarea>
<hr />
<input type='submit' value='Test' /><input type='reset' value='Reset' />
</div>
</form>
</body>
</html>
Added by thebman220 on May-2-2009, 4:40 am
Added by thebman220 on April-29-2009, 11:47 pm
Added by thebman220 on April-5-2009, 1:48 pm
Added by thebman220 on January-29-2009, 3:15 am
Added by thebman220 on January-29-2009, 3:04 am