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>