View Single Post
Old 11-25-2008, 11:37 AM  
Bro Media - BANNED FOR LIFE
MOBILE PORN: IMOBILEPORN
 
Join Date: Jan 2004
Location: Tinseltown NL
Posts: 16,502
Quick and dirty, wouldn't recommend using it exactly, just an example to help you out, in php.

in your new found iframeless include area do something like this
PHP Code:
<?php if($_GET['sect'] =='something') include('yourpage.php'); else include('anotherpage.php'); ?>
Then just call somepage.php?sect=something and it will replace whatever is in anotherpage.php on somepage.php to yourpage.php on somepage.php
Bro Media - BANNED FOR LIFE is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote