The client's website is not guarenteed to have PHP available so I can't use include(). Frames is a possibility though. I can see how that would work nicely. Dang why didn't I think of that before? *LOL* Well let me know if you have any more ideas. :) -Kevin
----- Original Message ----- From: "Maxim Maletsky" <[EMAIL PROTECTED]> To: "'Kevin Stone'" <[EMAIL PROTECTED]>; "'PHP-general'" <[EMAIL PROTECTED]> Sent: Tuesday, April 09, 2002 3:55 PM Subject: RE: [PHP] Manipulate the address field in the browser? > > Use include(). Except, for the fact that, this will be: > > include("http://www.yourBB.com/bb.php?this=that&that=is-not-this"); > > I don't know how are you going to manage the links though. You might > want to write a client-server app to do that. > > Alternatively, you could simply put it in the frames. That would be WAY > easier. > > > Cheers, > > Maxim Maletsky > Founder, Chief Developer > > PHPBeginner.com (Where PHP Begins) > [EMAIL PROTECTED] > www.phpbeginner.com > > > > > -----Original Message----- > > From: Kevin Stone [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, April 09, 2002 11:44 PM > > To: PHP-general > > Subject: [PHP] Manipulate the address field in the browser? > > > > Here's a crazy question. Say I have a script (such as a bulliten > board script) that is > > run by many clients (other websites) off of one location on my web > account. Think of > > it as a service of some kind. Is there anyway to trick the browser > into displaying the > > client's domain rather than my own? I would want it to look as though > you've never > > left their website when in fact you are now on mine. Possible? > > > > Much thanks, > > -Kevin > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php