I'm trying to get my dropdown box to set the selected option as the option value.
$category = $pdo->query('SELECT jobCategory FROM Category');foreach ($category as $row) { echo "" . $row['jobCategory'] . "";}
Currently, it sets the jobCate to "owner1".
jobCate
No comments:
Post a Comment