<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Cycle Tracks Portal</title>
<style type="text/css" media="all">@import "images/style.css";
</style>
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="rss/" />
<?php
$date = ('l dS \of F Y');
?>
</head>
<body>
<div class="content">
<div class="topmenu">
<div class="date_">
<?php
echo $date;
?>
</div>
</div>
the php code in this html page doesn't work. pls help