Changeset 9347 for trunk/ippMonitor/raw/ipp.php
- Timestamp:
- Oct 5, 2006, 8:47:34 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/raw/ipp.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/raw/ipp.php
r9080 r9347 234 234 if ($_SERVER[REQUEST_METHOD] == 'GET') { 235 235 $value = $_GET[$htmlkey]; 236 // echo "using GET <br>\n";236 // echo "using GET: $value<br>\n"; 237 237 } else { 238 238 $value = $_POST[$htmlkey]; 239 // echo "using POST <br>\n";239 // echo "using POST: $value<br>\n"; 240 240 } 241 241 // echo "value: $value<br>\n"; 242 if ($value ) {242 if ($value != "") { 243 243 if ($where) { 244 244 $where = $where . " AND $key = '$value'";
Note:
See TracChangeset
for help on using the changeset viewer.
