I want to send the selected item value along with the some attribute (stud_name) value. Is there any functionality in PHP to do so? Here is the example one.
You can do this with JQuery
Simply:
Age: 23 24 25
Add this code in Header section:
Now JQuery function
you can use both values as
$name = $_POST['name']; $value = $_POST['age'];