mysqli 작업 중

This commit is contained in:
chicpro
2015-10-12 14:32:25 +09:00
23 changed files with 176 additions and 94 deletions

View File

@ -71,7 +71,7 @@ $result = sql_query($sql);
</thead>
<tbody>
<?php
for ($i=0; $row=mysql_fetch_array($result); $i++) {
for ($i=0; $row=sql_fetch_array($result); $i++) {
$bg = 'bg'.($i%2);
switch($row['nw_device']) {