I installed IONIC, however I have no idea how to make PHP work [closed]

0

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?

    
asked by anonymous 27.11.2015 / 18:49

1 answer

1

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

    
27.11.2015 / 19:16