[Solved] ajax update php variable from input box without submitting [closed]
Alright I get what your asking for now. The javascript below will make a call from your page to an external script (ajax/myscripthere.php) which will handle the SQL. In the php script, we simply handle our SQL like we normally would if this was not an AJAX call. Please accept answer if this is correct … Read more