Changeset 9011 for trunk/ippMonitor/def/autocode.php
- Timestamp:
- Sep 27, 2006, 3:18:14 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/def/autocode.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/autocode.php
r9008 r9011 20 20 // ** TABLE RESTRICTIONS ** 21 21 22 echo "WHERE: $WHERE<br><br>\n";23 24 22 // query the database 25 23 if ($WHERE) { … … 28 26 $sql = "SELECT $FIELDS FROM $TABLE LIMIT 20"; 29 27 } 30 31 echo "SQL: $sql<br><br>\n";32 28 33 29 $qry = $db->query($sql); … … 78 74 // ** TAIL CODE ** 79 75 76 echo "<small> WHERE: $WHERE<br><br></small>\n"; 77 echo "<small> SQL: $sql<br><br></small>\n"; 78 80 79 menu_end(); 81 80
Note:
See TracChangeset
for help on using the changeset viewer.
