Evil PopTart
03-28-2009, 05:07 AM
Hi I'm Bill. Just joined up. I'm having a brain fart when it comes to PHP and what not. I understand what the include function does. what i dont know is how to implement that in my page. I want to set up a PHP page exactly like an iframe, but without the iframe. say i have 5 links. link1 displays link1content.php in a table. link2 displays link2content.php in that same table removing link1content and so on just like an iframe would.
im understood that this code pulls a page and displays it exactly where i put it?
<?php
include "content.html";
?>
and this code interperets the URL?
<?php
include "pagedirectory/".$_GET["q"].".htm";
?>
(got that info from here (http://www.dynamicdrive.com/forums/showthread.php?t=35624))
any help would be greatly appreciated. thank you
im understood that this code pulls a page and displays it exactly where i put it?
<?php
include "content.html";
?>
and this code interperets the URL?
<?php
include "pagedirectory/".$_GET["q"].".htm";
?>
(got that info from here (http://www.dynamicdrive.com/forums/showthread.php?t=35624))
any help would be greatly appreciated. thank you