>  [reply]
>  <select name="story_id">
>     <?php
>        while ($row = mysql_fetch_array($result,MYSQL_ASSOC)){
>             echo "<option
value='{$row['story_id']}'>{$row['story_name']}</option>";
>         }
>     ?>
> </select>

Thanks, one more question: how do I limit the display size of that
drop down list box?  I have 250 items in it and it's taking the rest
of the bottom of my page.  I'd like to show just 10 items at a time,
and  scroll down from there.






Community email addresses:
  Post message: [email protected]
  Subscribe:    [EMAIL PROTECTED]
  Unsubscribe:  [EMAIL PROTECTED]
  List owner:   [EMAIL PROTECTED]

Shortcut URL to this page:
  http://groups.yahoo.com/group/php-list




SPONSORED LINKS
Php mysql Job postings


YAHOO! GROUPS LINKS




Reply via email to