Hello, and thanks for taking the time to see if you can help me!
Okey, I need load an URL in php.
Is there a way when someone comes to my site for example test.php I can make the php file load what ever url I want but not show it on the computer screen?
Then when the loading is done it loads an image or something?
Some one suggested using the header ("location: http://www.example.com ")
But then it just loads that url, going away from mysite.com/test.php
So is there away to keep them on my site but still fetch another url but not show it on the page until they click on something. Just load it and then if someone wants to see it, it's there already loaded and everything goes really fast.
Any input would be great!
regards,
Okey, I need load an URL in php.
Is there a way when someone comes to my site for example test.php I can make the php file load what ever url I want but not show it on the computer screen?
Then when the loading is done it loads an image or something?
Some one suggested using the header ("location: http://www.example.com ")
But then it just loads that url, going away from mysite.com/test.php
So is there away to keep them on my site but still fetch another url but not show it on the page until they click on something. Just load it and then if someone wants to see it, it's there already loaded and everything goes really fast.
Any input would be great!
regards,
Comment