mattichu Posted May 19, 2013 Share Posted May 19, 2013 after much googling I still can find a solution Is it possible to update an sql database with the textbox value when its changed or no longer in focus? cheers! Quote Link to comment https://forums.phpfreaks.com/topic/278182-update-database-on-textbox-change/ Share on other sites More sharing options...
Jessica Posted May 19, 2013 Share Posted May 19, 2013 Yes. Quote Link to comment https://forums.phpfreaks.com/topic/278182-update-database-on-textbox-change/#findComment-1431054 Share on other sites More sharing options...
mattichu Posted May 19, 2013 Author Share Posted May 19, 2013 nice one, and how would I go about doing this? Quote Link to comment https://forums.phpfreaks.com/topic/278182-update-database-on-textbox-change/#findComment-1431073 Share on other sites More sharing options...
codefossa Posted May 19, 2013 Share Posted May 19, 2013 You gave no information, and no code. What do you expect? If you're not using JQuery, then Google addEventListener() and Ajax. If you're using JQuery, then look up $.blur() and probably $.post(). Quote Link to comment https://forums.phpfreaks.com/topic/278182-update-database-on-textbox-change/#findComment-1431083 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.