
Hey this is what the form should look like but i still need to know the php!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
<html>
<head><title>Calendar</title></head>
<body>
<form action="calendar.php" method="POST">
<select name="month">
<option value="January">January</option>
<option value="February">February</option>
<option value="March">March</option>
<option value="April">April</option>
<option value="May">May</option>
<option value="June">June</option>
<option value="July">July</option>
<option value="August">August</option>
<option value="September">September</option>
<option value="October">October</option>
<option value="November">November</option>
<option value="December">December</option>
</select>
<input type="text" maxlength="4" size="4" name="year">
<br>
<input type="submit" value="Submit"> <input type="reset">
</form>
</body>
</html>
thanks alot!!!!!!!!
but please get the php!!!!!
