How to fill input fields with an ajax request from MySQL server using PHP? – Jquery ajax
I have an input field that I am trying to fill with an AJAX request to my SQL server using PHP, but it is not working. The console.log spits out the proper array title: "" description: "", but it doesnt…