why won't this display a drop down box with the contents of "subjects.php"
<head>
<body>
<select name="subject" multiple>
<?
include("subjects.php");
?>
</select>
<br><br>
<input type=submit value="Submit"></button>    <input type=reset value="Clear Form"></button>
</form>
</body>