How to get option value in PHP? And i want to redirect to the same page, if option is changed by using onClick() function. Anybody please help me.
feedback
|
Javascript : Use eleement_id.selectedIndex() function , It will give the selected option properties. | |||
feedback
|
.......
You can get its value like this:
| |||
feedback
|