how to send database data to a MySQL server to update the server database.

Posted by haisergeant on Stack Overflow See other posts from Stack Overflow or by haisergeant
Published on 2010-08-20T15:09:42Z Indexed on 2011/01/13 8:53 UTC
Read the original article Hit count: 168

Filed under:
|
|
|

Hi everyone,

I am developing Smoking counter and I need to send all the smoking record (about the time user smoking) to database on the server. The server database is MySQL database. I knew that I must have send data to PHP page/script, and this page/script will run on the data to insert record to database.

I would like to know: is there another way to update database, because I don't have knowledge about PHP. I used to work on java and c/c++/objective-c. If you know another way to do this task, please let me know.

Any help would be appreciated.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about mysql