Changeset 9347 for trunk/ippMonitor/raw
- Timestamp:
- Oct 5, 2006, 8:47:34 PM (20 years ago)
- Location:
- trunk/ippMonitor/raw
- Files:
-
- 3 edited
-
getimage.php (modified) (1 diff)
-
ipp.detrend.dat (modified) (1 diff)
-
ipp.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/raw/getimage.php
r9080 r9347 1 1 <?php 2 2 3 $IMAGEDIR = "/data/alala/eugene/swtests/pantasks/ isp/full/";3 $IMAGEDIR = "/data/alala/eugene/swtests/pantasks/"; 4 4 5 5 // load an image file from the image directory -
trunk/ippMonitor/raw/ipp.detrend.dat
r9080 r9347 27 27 menulink | menuselect | link | Detrend Runs | detRunSummary.php 28 28 menulink | menuselect | link | Raw Detrend Exp | rawDetrendExp_detrend.php 29 menulink | menuselect | link | Input Detrend Exp | detInputExp.php 30 menulink | menuselect | link | Resid Detrend Exp | detResidExp.php 29 menulink | menuselect | link | Input Detrend Exp | detInputExp.php 30 menulink | menuselect | link | Proc Detrend Exp | detProcessedExp.php 31 menulink | menuselect | link | Resid Detrend Exp | detResidExp.php 31 32 32 33 menutop | menutop | plain | | 33 menutop | menutop | plain | External Links | none 34 menutop | menutop | link | test page | phptest.php 34 menutop | menutop | plain | External Links | none 35 menutop | menutop | link | test page | phptest.php -
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.
