You have a few options. You can use a frame so all anyone would ever see is www.sitename.com but that is bad for search engine optimization (so you can get a higher rank in Google, Dogpile, Yahoo!, etc.) so you can also require the file by using require('page.php'); or require_once('page.php'), etc. How do you specify which file to require? Save this information in a session or cookie. I would recommend using a cookie because required files generate new session ID's. It depends how you write your script if that would be a problem or not. If you're not worrying about SEO (Search Engine Optimization) I say use a frame.
__________________
PHP Code:
$talkupation++;
Please login or register to view this content. Registration is FREE - Free IPB forum hosting (releasing today!!!), no ads, free modifications
|