View Single Post
Old September 12th, 2004, 1:12 PM   #4 (permalink)
Bigjohn
minor deity
Super #1
 
Bigjohn's Avatar
 
Joined in Apr 2004
Lives in Georgia
Hosted on XEON
7,395 posts
Gave thanks: 28
Thanked 94 times
You just need to add the word 'selected' to the one you want listed - like this:
Code:
<option selected>3</option>
so you have to figure out how to do the 'selected' test inside this loop:
Code:
 while ($genreresults = mysql_fetch_array($result))

{

$output .= "<option value=\"$genreresults[genre]\"";

if($gid != "")
because you have to make $output .="<option selected value=

John
__________________
Proud to be a Surmunity Mod!
XEON PASS60 PASS61
Make a fundamental difference!
My Sites:
Curious about Brewing Beer? Join the community!
>>>>> Some Change is GOOD! Keep your paycheck! Support the Fair Tax
Get into an Art museum
Victorian London
It's your brain -ON WEB - mybrainhost.com (under development)
What SHOULD Government do? Much Less than it Does!
Bigjohn is offline   Reply With Quote