You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

26 lines
676 B

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Untitled Document</title>
</head>
<body>
<pre>
&lt;!DOCTYPE html&gt;
&lt;html lang="en"&gt;
&lt;head&gt;
&lt;title&gt;Reservation results&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;p&gt;You requested a reservation for &lt;?php echo ($_POST)['nameres'] ?&gt; with the following dates:&lt;/p&gt;
&lt;p&gt;From: &lt;?php echo ($_POST['startres']); ?&gt;&lt;/p&gt;
&lt;p&gt;To: &lt;?php echo ($_POST['endres']); ?&gt;&lt;/p&gt;
&lt;p&gt;We've received your request and will get back to you within 24 hours.&lt;/p&gt;
&lt;/body&gt;
&lt;/html&gt;</pre>
</body>
</html>