Avatar of genesisvh
genesisvh

asked on 

echo value

I would like to know how to echo the value of a dropdown list with this
"<? echo $rows['county']; ?>"

Open in new window

<label for="county"></label>
          <select name="county" id="county">
            <option selected>Westchester</option>
            <option>Orange</option>
            <option>Nassau</option>
            <option>Suffolk</option>
            <option>Putnamd</option>
        </select></td>

Open in new window

PHP

Avatar of undefined
Last Comment
Jagadishwor Dulal

8/22/2022 - Mon