<?php
$page = $_GET['page'];
$id = htmlentities(trim($page), ENT_QUOTES);
switch($id) {
default:
echo"
<table width='90%' border='0'>
<tr>
<td width='55%' height='366'><img src='/new/images/ant04.jpg' width='525' height='350'></td>
<td width='45%'><div class='title'>Welcome
to the official website of the
Antigua Marathon</div><br><br><div class='maincontent'>
This exciting event is being organised by <a href='janturner.html'>Jan
Turner</a> in conjunction with The Antigua
and Barbuda Sports Tourism Alliance
<a href='htttp://www.absta.com'>(ABSTA)</a> to promote, train and encourage
runners from the West Indies to achieve their full potential on the
international stage of long distance running.
We hope that it will promote the island as a holiday destination and will
add to its calendar of sporting and cultural events.</h4>
We welcome participants from around the World for the inaugeral event which
will take place on:
Sunday 21th October 2007.</td>
</tr>
</table>
<h4> </h4>
<p align='left'> </p>
<p> </p>
<p><a href='http://www.barbadosjourneys.com/'><img src='/new/images/bbdosJ.gif' width='261' height='30' border='0'></a>
</p>
";
break;
?>
for some reason i get this message:
Quote
Notice: Undefined index: page in D:\webs\antiguamarathon.com\html\new\includes\page.php on line 3
can someone help me fix the problem?
thx
Joe
