+ 1
how to learn api and webservices in php
pls help me to create api and webservices in php
2 odpowiedzi
+ 1
I guess you don't know what api is! for example you have an index page which is connected to your db via php to get the information you need, api is like that too but there is no UI in api instead you should echo the result in format that can be used by other programming languages for example get your name and email from db then echo it in json format
0
ty