Thanks very much for getting back to me so quickly, unbelievable
OK, with the PHP script ( I am quite new to PHP, I have changed a few scripts, but everytime I do I feel like I have fluked it to get it right)
I am trying to enable the line that says Enable this line to include an external page, by just taking out the //
echo("<td colspan=\"5\">");
echo("This is page 1");
require("http://www.in2media.com.au"); // Enable this line to include an external page.
echo("</td>");
}
But i get errors as shown here
http://www.cancermusic.org/test.php
Also is there any way of using this script just with text links as oppossed to the buttons.
Thanks again.
Natalie