|
you might not need to use socket programming. php has nice built in support for simple http requests.
you can also look at cURL (php.net/curl) - very very good stuff there. don't have to program your own socket connection stuff either (which isn't hard itself in PHP also.. heh)
__________________
php/mysql guru. hosting, coding, all that jazz.
|