Hi.
I am struggling to understand a really simple thing:
http://192.168.1.128/test.php?device=led&state=on
in my php I have
$dev=$_GET["device"];
$stat= $_GET["state"];
and I know that works by pasting it into a browser but i can't work out how to send this from b4a. Sorry for being such a newbie but I have been struggling for ages.
Can someone show me how to do it.
(I have been reading the tutorials but I'm afraid I just don't understand them)
Thanks
I am struggling to understand a really simple thing:
http://192.168.1.128/test.php?device=led&state=on
in my php I have
$dev=$_GET["device"];
$stat= $_GET["state"];
and I know that works by pasting it into a browser but i can't work out how to send this from b4a. Sorry for being such a newbie but I have been struggling for ages.
Can someone show me how to do it.
(I have been reading the tutorials but I'm afraid I just don't understand them)
Thanks