Jump to content

is textchanged function in php


scorpio22

Recommended Posts

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.