I think phpuser_2000 means in the target script. If not, if on current page is meant then, yes, it's javascript time.
if (isset($_POST['submit'])) {
if ($_POST['select_name'] != 'whatever your default is in the select']) {
// code to display field
}
}