i need to know how to get the selected value from a drop down box in php
for example :
while($row=mysql_fetch_array($query))
{
echo"<option value='category'>".$row["cat_name"]."</option>";
}
i want in another page to get the selected value and perform some operation on it