Recently I installed IONIC to develop for Mobile, I mounted an HTML application and it worked ok, now I want to use PHP. What do I need to do?
Recently I installed IONIC to develop for Mobile, I mounted an HTML application and it worked ok, now I want to use PHP. What do I need to do?
PHP will make a backend to respond to IONIC. Your Ionic app will consume this backend (usually API REST) through asynchronous calls - AJAX.
What you have to do is study how to create a REST API with PHP.
I'm not a PHP programmer, but here's an interesting document: REST API Tutorial