does anyone know how to go about redirecting a web page to another page from a different url without changing the url in the browser window i.e www.honeymoons.ie want to go to a page in www.destinations.ie but don't want the url in the browser window to change from www.honeymoons.ie
are you using frames?
no i'm not using frames!! any ideas??? just a link from one page to another page thats in another site!! but don't want to change the url in the browser!!
not too sure if this could work, but you could try to set a session variable with the re-direct page location as the data, and then redirect your page to itself, but check if the session variable exists, and do an include instead?? hope that helps
Why not read the whole target page using file(). Then you can output it directly within your own page.