'm new to this forum, but I have a feeling it's going to be my 2nd home lol.
I'm having trouble with this PHP include script I'm using
<?php
if($page) include("$page.php");
else include("main.php");
?>
The script includes the "main.php" file fine, but when I link other pages as ?page=pagename.php, they don't even link, let alone target the area where the script is.
My website is at http://www.digitalgold.org
I am trying to target the links on the left hand side to the middle area.
Any help would be greatly appreciated. Thanks.