Hi guys and maybe there are girls here lol,
I wanna ask a question regarding redirection in php.
Supposed that I have a file called "go.php", and then redirect to -> "destination.php". Of course from this schema we know that the content in "destination.php" is the code I created by myself in "destination.php".
My question : is it possible in PHP that I want to redirect from "go.php" -> "destination.php", but the content in "destination.php" comes from another page/sites, for example the content comes from "myblog.com", while the address bar in browser still shows "destination.php", not "myblog.com" ?
I really appreciate if this kind of scenario is possible and you guys and girls could help me.
Thanks before