|
Hello,
I'm using this HTML code:
<td align="right">Alphabet:</td> <td><select name="Alphabet">
<option value="1">Apple</option>
<option value="2">Banana</option>
<option value="3">Cat</option>
<option value="4">Dog</option>
<option value="5">Elephant</option>
and this PHP code:
<td align="center"><?php echo $row3["Alphabet"];?></td>
Question:
When I run the script, it outputs "1,2,3,4,5";
How can I display the word "Apple", "Banana", "Cat", etc?
__________________
No. Leave them to me. I will deal with them myself. You don't know the power of the dark side!
|