Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

SIM900 HTT POST any one succeeded??

Status
Not open for further replies.

mutthunaveen

Junior Member level 1
Joined
Nov 17, 2008
Messages
16
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,461
Dear Forum

i ve done a lot of googling and still failed to get a working example for
SIM900 HTTP post request

here is my code after internet connection successful
Code:
AT+HTTPPARA="CID",1
AT+HTTPPARA="URL","http://blawebsite.comli.com/log_tempt.php"
AT+HTTPDATA=7,10000 --> the module requests with "DOWNLOAD"
-------this is where i pass the variables
var_a=26
------ after passing i give control+z command
AT+HTTPACTION=1
response = +HTTPACTION:1,200,0
AT+HTTPTERM

everything is working positive, the problem is i have to see in my sql db value as 26, but the db is updated with "0"

i ve tried from internet explorer -> "http://blawebsite.comli.com/log_tempt.php?var_a=26"
the above link is absolutely working and i see in sql db value as 26.


can some one help me with a working example for a POST command using SIM900

thank you
 
Last edited by a moderator:

no issue with SIM900A. issue with your browser . like many times we seen at websites that this web supports Internet explorer and mozilla . basically problem with browser
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top