I am getting an error when viewing the php page made that is supposed to display the calendar.
The error is:
Parse error: syntax error, unexpected T_REQUIRE in
/hsphere/local/home/tripblit/link2philly.com/ziggy3.php on line
5
<?php
echo "<html>\n";
echo "<head>\n";
echo "<title>Link2Philly.com - Always Free! Always Philly!</title>\n";
$CSS="1;" require("calendar/calendar.php");
echo "</head>\n";
echo "<body bgcolor=\"#000000\" text=\"#FFFFFF\" link=\"#FFFFFF\" vlink=\"#FFFFFF\" alink=\"#FFFFFF\">\n";
$OL="1;" require("calendar/calendar.php");
echo "<table border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"0\">\n";
echo " <tr>\n";
echo " <td width=\"8%\"></td>\n";
echo " <td width=\"83%\" bgcolor=\"#000000\"><table border=\"0\" width=\"100%\" cellspacing=\"0\"\n";
echo " cellpadding=\"0\" height=\"360\">\n";
echo " <tr>\n";
echo " <td width=\"100%\" height=\"237\"><table border=\"0\" width=\"62%\" cellspacing=\"0\"\n";
echo " cellpadding=\"0\">\n";
echo " <tr>\n";
echo " <td width=\"100%\" colspan=\"2\"><table border=\"0\" width=\"100%\" cellspacing=\"0\"\n";
echo " cellpadding=\"0\">\n";
echo " <tr>\n";
echo " <td width=\"25%\"><p align=\"left\"><a href=\"index.html\"><img\n";
echo " src=\"images/link2phillyblack.jpg\" border=\"0\" WIDTH=\"186\" HEIGHT=\"72\"></a></td>\n";
echo " <td width=\"25%\"><embed pluginspage=\"
http://www.adobe.com/go/getflashplayer\"\n";
echo " src=\"
http://www.yourminis.com/Dir/GetCont...mini:Lider\"\n";
echo " wmode=\"transparent\" width=\"250\" height=\"80\"\n";
echo " </table>\n";
echo " <p align=\"left\"> </td>\n";
echo " <td width=\"75%\" valign=\"top\"><p align=\"center\"><a href=\"
http://www.tripblitz.com\"\n";
echo " target=\"_blank\"><img src=\"images/tripblitzad.jpg\" border=\"0\" WIDTH=\"468\" HEIGHT=\"60\"></a></p>\n";
echo " <p align=\"center\">";
require("calendar/calendar.php");
echo " </p>\n";
echo " <p width=\"100%\" align=\"center\"><br />\n";
echo " </td>\n";
echo " </tr>\n";
echo " </table>\n";
echo " </td>\n";
echo " </tr>\n";
echo " <tr>\n";
echo " <td width=\"100%\" height=\"1\"></td>\n";
echo " </tr>\n";
echo " <tr>\n";
echo " <td width=\"100%\" height=\"32\"><p align=\"center\"><a href=\"aboutus.html\"><img\n";