I have a combo box that populates it's options from the database.My problem is when i capture the values in the database it only captures the id and not the option name
This is my code
// Retreiving Form Elements from Form
$basic = addslashes($_REQUEST['state']);
$school = addslashes($_REQUEST['school']);