summaryrefslogtreecommitdiffstats
path: root/demos/selectmenu/ajax/get_data.php
blob: 874314b659e2dba53356ca8f27b2cb4196c9527b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
// echo $_GET['get_data'];
?>

<label for="speedB">Select an Address:</label>
<select name="speedB" id="speedB">
  <option value="1">John Doe</option>
  <option value="3">Joseph Doe</option>
  <option value="4">Mad Doe Kiiid</option>
</select>