PHP include problem in IE

Hi there,

This is probably something really simple and I’m probably missing it but I’ve just done a simple website for my local angling club and I’ve set up the cutenews as the news posting program. The problem is with the news page which is here:

http://www.predator-uk.net/naa/index.php?p=news

If you look at it in firefox it works fine, but nothing at all displays in Internet Explorer for some reason. All i’ve got in the news page is :

<?php include('news/show_news.php'); ?>

which seems to be what is doing it. I’ve tried including other pages and it works fine but for some reason it won’t include the page to display the news?

Any ideas

Thanks