Hi Guys,
when users on my site look at they're profile details some of the data in like this:
once a user has selected an option and it's stored in mysql, i was wanting the specific information to be displayed in the drop down box, if i selected option 2 next time i log in option 2 is displayed and so on.PHP Code:<select name="somename">
<option value="Option 1">Option 1</option>
<option value="Option 2">Option 2</option>
</select>
what would be the best way to achieve this?
thanks guys
Graham



option selected="selected">


Bookmarks