Return a value from php to $.get – Jquery ajax
Now I am upgrading my website user experience, so I'm trying modify my form from form action to ajax. Coding now work fine, server side can update the database, but I don't know how to return the custom message to…