WHen I use the codes that you've provide. It gives me the same value because......
In the DROPDOWN LIST (emID) , I uses the Employeee Name as value and EMPLOYEE ID as the text.
In the TEXTBOX (EName), the value is from the emID's value
Therefore, when I uses $POST['emID'] , it gives me the Employee Name.
When I uses $POST['EName'], it gives me the Employee Name also..
How can I get the emID's text instead of it's value???