When I use the following select statement I get no data. In my option box.
"SELECT * FROM employees WHERE user_name = '$process' ";
(the $process variable is for the option box)
if I select the data like this it fills in my option box.
"SELECT * FROM employees ORDER BY user_name ASC ";
If this is unclear i can send the whole script.