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! 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. 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? 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(). 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
Archived
This topic is now archived and is closed to further replies.