Sending Data to Web

Someone here knows why i keep getting error at AT+HTTPPARA="URL","http://mywebsite.com/gps.php?id=123&data1=1234&data2=1234" ?

GSM Shield testing.

status=READY

OK
AT+CGATT?


+CGATT: 1

OK
AT+SAPBR=3,1,"CONTYPE","GPRS"


OK
AT+SAPBR=3,1,"APN","http.globe.com.ph"


OK
AT+SAPBR=1,1


OK
AT+HTTPINIT


OK
AT+HTTPPARA="URL","http://trence-enterprJ

ERROR

AT+HTTPPARA="URL",%22http://mywebsite.com/gps.php?id=123&data1=1234&data2=1234%22

its says OK but its still not added to my database

Thanks in Advance

Someone here knows why i keep getting error at AT+HTTPPARA="URL","mywebsite.com is available for purchase - Sedo.com" ?

its says OK

If the modem responds with "OK", there is NOT an error. The modem accepted the command, parsed it, understood it, and executed it.

If the result of that was that it does not appear that gps.php was executed, you need to look at the logs on the server (the one hosting mywebsite.com), and see whether the server even got the request, and what it thought of it, if it did.

And, you need to POST YOUR CODE!