HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<link href="stylesheet/basic.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="container">
<div id="apDiv1"> <a href="/index.htm"><center><img src="afbeeldingen/carhirehead.jpg".jpg" width="1094" height="112" alt="home" /></a></center></div>
<div id="apDiv2">
<li><a href="html/cars.htm">Car rental service</a><br />
</li>
</div>
<div id="apDiv3">
<li>Other information</li>
</div>
<div id="apDiv4">
<center>
<h1>We only supply top condition <br />
Toyota Vios, Vigo and Fortuner vehicles</h1>
<p> </p>
</center>
<center><img src="afbeeldingen/Cars/carhire2.jpg" width="276" height="167">
<img src="afbeeldingen/Cars/carhire1.jpg" width="276" height="167"></center>
<br />
<center><b>Rates from 800 baht per day<br>
Minimum hire period 4 days <br>
Full insurance cover<br>
Long term rental discounts<br>
Free local delivery<br>
Low mileage fully serviced<br>
Nationwide breakdown cover<br>
<br>
Contact us<br>
nail<br>
</b><br />
<img src="afbeeldingen/Cars/carhire3.jpg">
</center>
</div>
</div>
</body>
<?php
if (isset($_GET['p'])) {
$includebstandtemp = $_GET['p'];
if (is_file($_GET['p'] . '.html')) {
$includebstand = ''.$includebstandtemp.'.html';
}
}
else {
$includebstand = '';
}
if (!empty($includebstand)) {
include($includebstand);
}
?>
<?php if (!isset($_GET['p'])) { ?>
<?php } ?>
</div>
</div>
</body>
</html>
Wat doe ik verkeert?
Graag advies
Laatst bewerkt: