Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
if条件もテーブルセルを閉じていません
mysql非推奨の使用mysqliまたはpdo
mysql
mysqli
pdo
<select name="dato"><? while ($datorow = mysql_fetch_array($dato)) { if ($datorow['Servicenum'] == $row['ID1']) { ?> <option value="something">something</option> <? }// here was the mistake } ?></select>