But not as simple as id like it! How do I write the above in correct php format? I mean, what Im basically going for is an edit profile form, n Ive extracted the appropriate row from the database n everything, just want to match it to the dropdown boxes, ie,
<select name="birth_month">
<option value="jan">Jan</option>
<option value="feb">Feb</option>
etc... now if $row[month] happens to be "feb" I want feb to be selected on the dropdown when the page loads. Im sure its simple but Ive looked all over google n I cant find the right way of setting it out.