Moved to ClientSide Technologies (issue isn't PHP-releated, as mentioned).
As for your problem, something like this should work:
<select name="option" onChange="if(this.value != '')document.x123.submit();">
<option value="">------Choose------</option>
<!-- other options here -->
</select>