Get Information from PHP Page

fabricio

Member
Licensed User
Longtime User
I will create a php page that will receive the POST parameters including User ID and Password to prevent unauthorized access to data. The idea is that the PHP page returns data in JSON format. How to proceed in Basic4Android to send the parameters via POST and receive information in JSON format and insert in SqlLite?

Thanks

Fabricio
 
Top