Jump to content

PravinS

Members
  • Posts

    459
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by PravinS

  1. use quotes around option value or use select box as

    <select name="charity_name" id="charity_name">
    <?php
        while ($row=mysql_fetch_array($charity))
        {
           echo '<option value="'.$row[charity_name].'">'.$row[charity_name].'</option>'; 
        }
    ?>
    </select>
    
    

    hope this will help you

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.