Posted by Alvaro G. Vicario on 09/08/06 21:52
*** jl escribió/wrote (8 Sep 2006 04:30:04 -0700):
> I'm having a hard time finding out how to get to the HTTP POST request
> status code that is sent to the server from the cell phone.
Not being 100% sure of your exact needs (cell phones are way too
complicated for me xD) I may suggest cURL functions:
http://www.php.net/curl
For instance, curl_getinfo() has the "CURLINFO_HTTP_CODE" option that
allows you to get the "Last received HTTP code". In any case, if it has to
do with HTTP and you can't do it with curl, bad thing ;-)
--
-+ http://alvaro.es - Álvaro G. Vicario - Burgos, Spain
++ Mi sitio sobre programación web: http://bits.demogracia.com
+- Mi web de humor con rayos UVA: http://www.demogracia.com
--
[Back to original message]
|