You can create a simple web service (with PHP for example) that will run on the server and will handle the devices queries, which will be issued with the HTTP library.
Search (outside) for "php mysql tutorial".
The php code should read the "get" (or "post") parameters, issue the queries accordingly and print the response.
This code returns an array with the "get" parameters:
$_GET and $_POST are special arrays that holds the get and post parameters.
I would like yto know how can I use XML
i saw Syntax: Table1.SaveXML (File Name) and Syntax: LoadXML (File Name)
and I was trying... but I really don't know.... I'm new:sign0148:
can you help me?
do you have an example?
If you have already tried perhaps you would like to attach your code to a message and someone will have a look at it. It's easier than you trying to explain what you wish to do or someone trying to expain all about XML...