scorpio22 Posted March 25, 2010 Share Posted March 25, 2010 Is there any way to check if a textbox or a dropdown list has been changed like is textchanged function in C#. I have a page with 3 textboxes and 2 dropdown lists and i want to execute a query if any textbox or dropdown list is changed. How can i achieve this??? Link to comment https://forums.phpfreaks.com/topic/196534-is-textchanged-function-in-php/ Share on other sites More sharing options...
oni-kun Posted March 25, 2010 Share Posted March 25, 2010 Is there any way to check if a textbox or a dropdown list has been changed like is textchanged function in C#. I have a page with 3 textboxes and 2 dropdown lists and i want to execute a query if any textbox or dropdown list is changed. How can i achieve this??? PHP is a serverside language and cannot directly interact with the client. Thankfully AJAX and JS's onChanged() function will be in your interest and can get the job done. Link to comment https://forums.phpfreaks.com/topic/196534-is-textchanged-function-in-php/#findComment-1031879 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.