i want to know whats the different between these two.. both is to get connected to the remote server i know..but what's the benefits of using each of these two..
for fsockopen() i use fwrite() together with it to retrieve that remote file...this fsockopen() i believe is more complicted in coding coz i've used it..
for $url = "http://www.bla bla.com" is used the file_get_contents() to get the remote file...
i really want to know the benefits of each over the other..