Quote:
Originally Posted by mkx
thanks that worked, one more question, anyone know how to set a referesh command at the bottom of the page so when the urls finish loading it automatically refreshes?
|
You'll probably want to put
Code:
<meta http-equiv="refresh" content="0" />
at end end of the page. That way it doesn't matter if headers are already sent. By the way, you should be careful about the page timing out if you are loading a lot of URLs.