Hi,
Trying hard to get this 12 month display to work - looking at the changes required in tomBs zip file -
tom states;
___________________________________________
You will also need to change escalConfig.php:
Set the variable $tableWidth to about 650.
Add the following after the definition of mth[].
// Short MONTH NAMES
// Edit the month names below
$mts[1]="Jan";
$mts[2]="Feb";
$mts[3]="Mar";
$mts[4]="Apr";
$mts[5]="May";
$mts[6]="Jun";
$mts[7]="Jul";
$mts[8]="Aug";
$mts[9]="Sep";
$mts[10]="Oct";
$mts[11]="Nov";
$mts[12]="Dec";
_______________________________
Am I correct in thinking escalConfig.php is now config.inc.php ?
I added a variable $tablewidth;
$tableWidth = "650";
and added the $mts vaiables as above
I put inline.php in the escal directory and changed line 16 of inline.php to read;
require ("config.inc.php");
I then ftpd twelve_mnth.php to my escal folder and ran it. I got the error;
Parse error: parse error, unexpected '=' in /var/www/html/escal/twelve_mnth.php on line 40
Line 40 in twelv_mnth.php is;
<td align="left" ><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="<?php echo $PHP_SELF?yr=$yb" ?>"><<?php echo $yb; ?></a></font></td>
Anyways I deleted lines 40,41 and 42 in twelve_mnth.php and ran it again this time the the 12 months diaplyed but as a sort of continuous line you can see here;
http://www.tykatem.co.uk/escal/twelve_mnth.php
Im getting close but struggling - any help?
Bob.