FW: [PHP] Newbie question about links

2002-02-14 Thread Jill . Baker
That won't work. If you relocate using header(Location: ...) then it DOES show the original URL in the browser's address field. There are other ways of relocating which don't do this. For instance: (1) include(real-path); (2) readfile(real-path); Jill -Original Message-

Re: FW: [PHP] Newbie question about links

2002-02-14 Thread Jason Wong
On Thursday 14 February 2002 20:43, [EMAIL PROTECTED] wrote: That won't work. If you relocate using header(Location: ...) then it DOES show the original URL in the browser's address field. There are other ways of relocating which don't do this. For instance: (1) include(real-path);