Posts by user130295 • 16 points
1 post
-
0
votes1
answer193
viewsA: Search data with JSON
Do you already have the web service in your PHP? Making an asynchronous request (AJAX) with jQuery or Axios is easier, but you can also use native solutions like fetch. function ajax(id) { return…