PHP Redirect one page to another server without showing URL
Posted
by gav
on Stack Overflow
See other posts from Stack Overflow
or by gav
Published on 2010-04-25T19:10:08Z
Indexed on
2010/04/25
19:13 UTC
Read the original article
Hit count: 252
Having just written the title for this question I am aware of how dodgy it sounds!
I am writing a back end for storing volunteer information for some friends, they have their own website to which I can add a volunteer.php page.
What I want is for that page to redirect to a page on my server showing the form for the users to fill in, I would prefer the ugly URL of my site not to show.
Is there an easy way to do this? Load the page inside the remotely hosted page somehow?
Thanks,
Gav
© Stack Overflow or respective owner