How to contented ionic framework to php api using Musql database

Hello Every One,
I am new in Ionic framework so, I have no idea how to create a connection in ionic to mysql database and how to get and put the data in database so please any one guide me how to create an login page and testing in my database values.

You can simply using http and promise, and then catch the data using same method as you use on your http

If you use http.get, so in the PHP use the $_GET. Just like you use the AJAX

more info