I am wondering how to add cookies to a drop down menu
I want to add the cookie name <?=$DemonInfo[gate];?>
to this drop down menu how do i go about doing this. It is used to remember the prefernces. These part of the script is in html and not between the <? php ?>
<select size="1" name="gate">
<option value="messaging.sprintpcs.com">All Other Phones</option>
<option value="Treo">Treo</option>
<option value="sprintpcs.com">N400</option>
</select>
The script i am using uses cookies to store the phone number, but instead of offering just one email preset in the script i want to offer these three above. But i can get cookies to work with it. Any help would be appriciated.