Hey, i'm the original poster, it wouldn't let me log in last night so I had to make a new account.
anyway, yeah It was my index.php that caused the problem
echo fgets($file). "<br />";
That problem is now sorted. I've encountered a new problem though, with
<form action="<?php echo $_SERVER['REQUEST_URI']; ?>" method="post">
I get the following error - in the url i get
http://localhost/cb/<?php echo $_SERVER['REQUEST_URI']; ?>
and the error is:
Forbidden
You don't have permission to access /cb/< on this server.
Any ideas?
Thanks