What happens if you remove the () from this line?
<option value="first_name:" ><?php echo($row['first_name']);?></option>
so like this
<option value="first_name:" ><?php echo $row['first_name'];?></option>
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.