Here's a part of the code in my page, which I'm having trouble with. It works on my PHP-enabled IIS server, but not on my webhost's PHP-enabled Apache server
<?
global $op;
if ($op!="")
include($op.".html");
else
include('news.html');
?>
If I wanted to make a link to the file that makes it include a file (other than news.html) should it be something like:
index.php?op=articles
That's all... please email me with an answer...