GM862 GPRS problem

is it possible to send GET data to PHP which placed at some directory

here is my code ---- sample.php locates in mydirectory

at#sd=1,0,80,“some.web.site”,0,0

CONNECT

GET/sample.php?data=123456 HTTP/1.1

Host: some.web.site/mydirectory

ERROR

but for this following one

at#sd=1,0,80,“some.web.site”,0,0

CONNECT

GET/HTTP/1.1

Host: some.web.site

it replies HTML code for this page . what should i do

and why AT#SGACT command doesnt work in python but AT#SKTOP is wokring fnie. but AT#SGACT and AT#SD are preferable for me. or is it just my mistake?

bilgun:
is it possible to send GET data to PHP which placed at some directory

here is my code ---- sample.php locates in mydirectory

at#sd=1,0,80,“some.web.site”,0,0

CONNECT

GET/sample.php?data=123456 HTTP/1.1

Host: some.web.site/mydirectory

ERROR

Looks to me it should be:

GET /sample.php?data=123456 /HTTP/1.1

Why don’t you try this out

thanks for replying

it worked as follow

GET/mydirectory/sample.php?data=12345 HTTP/1.1

Host: some.website.com

but how about pyhton problem? it still doesnt work for “AT#SGACT”

is anyone ever tried this out and make works?