0
How to make api in php for android login and register
I want to implement android login and register with my server database But I don't know how to make an api to implement this please help me to do so.
1 Réponse
0
A webapi usually just has a page which gives out a plaintext output dependant on get or post paameters.
Most use JSON to serialize the data so it can be easily read by another program.