RE: http connection problem with Kannel (1.1.6)
"Kaido Karner" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
> 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