Re: PHP fopen file_get_contents AND javascript top.location
Posted by BPG on 09/03/07 10:13
I did try to fetch http://<the domain in question>/default.asp?id=10,
this didn't work be course the "/default.asp?id=10" doesn't contain
the info i need.
However using curl did solve the problem, i didn't even know this
option in PHP, it's great for me it also makes me able to open some
other pages with didn't open before :)