mellis95 Posted November 19, 2009 Share Posted November 19, 2009 I have a fairly large application utilizing PHP/MySQL. I would like to update it to have the capability to "auto submit" each form element as it loses focus. (html onblur event??). For instance, the first field is filled out and when the user changes to the next field on the form, the data from the first field is posted to the MySQL DB. I have not ventured much in to AJAX or Javascript, so forgive me if this is a stupid question, but is AJAX a suitable tool to implement something like this? Or is it even possible/practical? Quote Link to comment Share on other sites More sharing options...
Ken2k7 Posted November 19, 2009 Share Posted November 19, 2009 Hello mellis95, AJAX will work in your case. Ken Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.