25 lines
288 B
PHP
Executable file
25 lines
288 B
PHP
Executable file
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Form Example</title>
|
|
|
|
<meta http-equiv="content-type"
|
|
|
|
content="text/html; charset=utf-8"/>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<p>
|
|
|
|
<?php echo $output; ?>
|
|
|
|
</p>
|
|
|
|
</body>
|
|
|
|
</html>
|