Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    ...
       print qq|<input name="in_vote" type="radio" value="option_$_">$opti
    +ons[$_]</font>\n|;
       print "</td>\n</tr>\n";
    }
    
  2. or download this
    select option.description from option
       inner join poll on option.poll_id = poll.id
       order by option.number