Jump to content

PHP Include


slater2009

Recommended Posts

I'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.

Link to comment
https://forums.phpfreaks.com/topic/139948-php-include/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.