13.07.2012, 09:54
Quote:
I've had some weird issues with this myself where HTTP would return status code 6, but the request did actually succeed. Status code 6 isn't even a valid HTTP response so I am clueless as to what it means.
By the way, your php code is syntactically incorrect, so different versions of php might interpret it differently. Try this: PHP код:
|
The sa-mp wiki says status code 6 = HTTP_ERROR_MALFORMED_RESPONSE but I have no clue why.