I have a project where I'm supposed to send data such as integers, floats and text strings from an android app to a web database. However I don't have the first clue on how to do this. Could somebody shed some light on this please??? Any advise or help would be much appreciated.
相关问题
- Views base64 encoded blob in HTML with PHP
- Laravel Option Select - Default Issue
- How can I create this custom Bottom Navigation on
- Bottom Navigation View gets Shrink Down
- PHP Recursively File Folder Scan Sorted by Modific
In phone you can use following code (no tested):
In PHP you can do something like this:
Take a look on soap (on android you can use the ksoap2 package) you cen also create a socket connection to o program on the server side