Changeset 8528 for temp/trunk/html/test/kakinaka/epsilon_check.php
- Timestamp:
- 2006/11/19 14:26:34 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/test/kakinaka/epsilon_check.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/test/kakinaka/epsilon_check.php
r8527 r8528 11 11 $objQuery->query($sql, array($_POST["order_number"], $_POST["trans_code"])); 12 12 13 $log_path = DATA_PATH . "logs/epsilon.log"; 14 13 15 // POST¤ÎÆâÍÆ¤òÁ´¤Æ¥í¥°Êݸ 14 gfPrintLog("epsilon conveni start---------------------------------------------------------", DATA_PATH . "logs/epsilon.log");16 gfPrintLog("epsilon conveni start---------------------------------------------------------", $log_path); 15 17 foreach($_POST as $key => $val){ 16 gfPrintLog( $key . " => " . $val, DATA_PATH . "logs/epsilon.log");18 gfPrintLog( $key . " => " . $val, $log_path); 17 19 } 18 gfPrintLog("epsilon conveni end-----------------------------------------------------------", DATA_PATH . "logs/epsilon.log");20 gfPrintLog("epsilon conveni end-----------------------------------------------------------", $log_path); 19 21 } 20 22
Note: See TracChangeset
for help on using the changeset viewer.
