Changeset 9008 for trunk/ippMonitor/def/autocode.php
- Timestamp:
- Sep 27, 2006, 12:30:54 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/def/autocode.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/autocode.php
r9003 r9008 20 20 // ** TABLE RESTRICTIONS ** 21 21 22 echo "WHERE: $WHERE<br><br>\n"; 23 22 24 // query the database 23 25 if ($WHERE) { … … 27 29 } 28 30 31 echo "SQL: $sql<br><br>\n"; 32 29 33 $qry = $db->query($sql); 30 34 if (DB::iserror($db)) { … … 33 37 } 34 38 35 // ** BODY HTML**39 // ** HEAD CODE ** 36 40 37 41 // set up the table and form … … 72 76 echo "</form>\n"; 73 77 74 // ** TAIL HTML**78 // ** TAIL CODE ** 75 79 76 80 menu_end();
Note:
See TracChangeset
for help on using the changeset viewer.
