I have a select menu in a forum where I put data in from a mysql-database.
The menu look like this:
<select name='chat[]' value="AIM">
<option value="geen">geen</option>
<option value="AIM">AIM</option>
<option value="ICQ">ICQ</option>
<option value="MSN messenger">MSN messenger</option>
<option value="AOL messenger">AOL messenger</option>
<option value="Yahoo messenger">Yahoo messenger</option>
</select>
A user give is id and then he get a page white all is subscribtion information. In the database there is par example "AIM" in for that user.
In the forum have "AIM" then selected in the menu. How do I do that?