here is the html part of the code::

<h3 align="center"> Instrument</h3>
<center>
   <select name=inst>
     <option selected value=1>Beeps</option>
     <option value=2>Violin</option>
   </select>
</center>

and the php::

echo($inst);
if($inst == 2)
{

}

cheers



_________________________________________________________________
Join the world’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to