How to give the database connectivity with mysql server using ionic

i am beginner with ionic. someone please tell me how to give database connectivity for mysql server using ionic.

1 Like

You will need some server side language for doing the same. Ionic alone can’t help you regarding this. You can use $http for sending ajax calls to the server and the server will help you database connectivity for mysql server.
Server Language can be any PHP/Java,etc

Thanks in advance

CSJakharia

thanks for instant reply!!!.
i have searched on that ,now can i directly put my php file in www folder of my project ,please suggest me.