mirror of
https://github.com/php/php-src.git
synced 2024-11-24 02:15:04 +08:00
f1dac01f11
- Added .reg file for PWS setup - Reordered some stuff in phpinfo()
12 lines
167 B
HTML
12 lines
167 B
HTML
<html>
|
|
<body>
|
|
<form action="run.php" method="POST">
|
|
|
|
<textarea name="code" cols=50 rows=20>
|
|
</textarea><br>
|
|
<input type="submit" value="Go!">
|
|
</form>
|
|
|
|
</body>
|
|
</html>
|