> Generaly speaking, I don't think you should use socket programming in > PHP for HTTP connections - PHP has a good HTTP infrastructure using the > fopen() and file() function calls. these calls will allow you to easily
that's not so easy. afaik php fopen() accepts only 200 as a valid response code, reporting error even on 202 ... kaido
