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 ")...