RE: [PHP] Manipulate the address field in the browser?

2002-04-09 Thread Maxim Maletsky
ginal Message- > From: Dan Harrington [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 10, 2002 12:25 AM > To: Erik Price > Cc: [EMAIL PROTECTED] > Subject: RE: [PHP] Manipulate the address field in the browser? > > > Sounds to me like an Apache Alias Directive is what y

RE: [PHP] Manipulate the address field in the browser?

2002-04-09 Thread Dan Harrington
Kevin Stone > Cc: PHP-general > Subject: Re: [PHP] Manipulate the address field in the browser? > > > > On Tuesday, April 9, 2002, at 05:44 PM, Kevin Stone wrote: > > > Here's a crazy question. Say I have a script (such as a bulliten board > > script) that

Re: [PHP] Manipulate the address field in the browser?

2002-04-09 Thread Erik Price
On Tuesday, April 9, 2002, at 05:44 PM, Kevin Stone wrote: > 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 tric

Re: [PHP] Manipulate the address field in the browser?

2002-04-09 Thread Kevin Stone
sage - 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 brows

RE: [PHP] Manipulate the address field in the browser?

2002-04-09 Thread Maxim Maletsky
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.