Changeset 8528 for temp/trunk/html/test
- Timestamp:
- 2006/11/19 14:26:34 (20 years ago)
- Location:
- temp/trunk/html/test/kakinaka
- Files:
-
- 2 edited
-
epsilon_check.php (modified) (1 diff)
-
send.php (modified) (2 diffs)
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 -
temp/trunk/html/test/kakinaka/send.php
r8519 r8528 8 8 $arrData = array( 9 9 'order_number' => '1', 10 'trans_code' => ' 00100-0000-00000',10 'trans_code' => '1', 11 11 'paid' => 1 12 12 ); … … 22 22 $response = ""; 23 23 } 24 sfprintr($req);25 24 26 25 $req->clearPostData();
Note: See TracChangeset
for help on using the changeset viewer.
