Changeset 28688 for trunk/ippMonitor/raw/columns_in_db.php
- Timestamp:
- Jul 19, 2010, 11:06:08 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/raw/columns_in_db.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/raw/columns_in_db.php
r28669 r28688 131 131 $values = array(); 132 132 while ($qry->fetchInto($row)) { 133 #print "[".$row[0]."]<br>\n";133 // print "[".$row[0]."]<br>\n"; 134 134 foreach ($row as $index => $value) { 135 135 if ($index == 0) { … … 138 138 } 139 139 } 140 #print count($values)."<br>\n";140 // print count($values)."<br>\n"; 141 141 asort($values); 142 #print count($values)."<br>\n";142 // print count($values)."<br>\n"; 143 143 foreach ($values as $index => $value) { 144 #echo " ".$count." => ".$value."<br>"; 145 $line .= "<option value=\"$value\">$count => $value</option>\n"; 144 // echo " ".$count." => ".$value."<br>"; 145 // $line .= "<option value=\"$value\">$count => $value</option>\n"; 146 $line .= "<option value=\"$value\">$value</option>\n"; 146 147 $count++; 147 148 }
Note:
See TracChangeset
for help on using the changeset viewer.
