MySQL INSERT with the HTTPClient

bluedude

Well-Known Member
Licensed User
Longtime User
PHP script

Hi,

You need to do this by using PDO (database layer) in a PHP script and then call that with the httpclient.

By doing the db code on the server you have full flexibility to make changes later on. Embedding too much complicated code in the Android client makes you less flexible because you need to push updates all the time.
 
Upvote 0
Top