I have tried to look for tutorials on this but nothing simple and to the point...
Could anyone give me an example or link me to a tutorial on how to post data with angularjs to a php page?
And also with angularjs call a php file to get data in order to display a list of lets say a phonebook.
How can this be done with angularjs? I can do all this with php but i want to know how to do it with Angularjs to visualize and call php files and those PHP files would read/write on the db.
I want to use plain php(no php frameworks for now).
Thanks