View difference between Paste ID: DGhrqgf9 and 7NMqnWdF
SHOW: | | - or go back to the newest paste.
1
<?php
2
3
session_start();
4
require_once(__DIR__ . "/api/database.php");
5
require_once(__DIR__ . "/api/api.classifieds.php");
6
7
include("ad_datas.php");
8
9
?>
10
11
<form>
12-
<option>
12+
<select>
13
	
14
	<?php
15
	
16-
			echo $vehicle;
16+
17
			echo "<option value='{$vehicle}'>" . $vehicle . "</option>";
18
		}
19
	?>
20-
</option>
20+
21
</select>
22
</form>