Jump to content

php function to be called from js function


abhinavsingh89

Recommended Posts

   <select name="status" id="status" onchange="chng();">
        <option selected="selected">Incomplete</option>
        <option>Delivered</option>

 

Now when the value is changed i want to update some values in database... so basically want to call a function or you can say want to execute a piece of code of php when the delivered option is selected... Now i want to know how can i achieve this...

 

 

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.