Ionic 5 data search phpAdmin

Hi All,

I am new to Ionic and the community.
I am hoping to develop a data driven ionic 5 app with XAMMP. To this end I am looking for a tutorial that covers data retrieval with Ionic search bar and SQL / php.
I have searched around and am struggling to find anything.

Thanks in advance

Ionic is a completely client-side framework. It will standalone from the XAMPP. You will have to invoke apis using something like fetch or axios.

Here is a tutorial on PHP apis.

P.S. Using direct SQL can open a risk of SQL injection so always sanitize your parameters and perhaps use an ORM.

That’s great many thanks