source: branches/comu/html/test/kakinaka/mobile.php @ 2

Revision 2, 474 bytes checked in by root, 17 years ago (diff)

new import

Line 
1<?php
2
3require_once("../../require.php");
4require_once(DATA_PATH . "module/Request.php");
5
6//$order_url = "http://test.ec-cube.net/ec-cube/load_module.php?module_id=4";
7$order_url = "http://beta.ec-cube.net/test/kakinaka/epsilon_check.php";
8
9$arrData = array(
10    'order_number' => '1',
11    'trans_code' => '1',
12    'paid' => 1
13);
14
15// POST¥Ç¡¼¥¿¤òÁ÷¿®¤·¡¢±þÅú¾ðÊó¤ò¼èÆÀ¤¹¤ë
16$response = sfSendPostData($order_url, $arrData, array(200));
17   
18sfprintr($_SERVER);
19
20
21?>
Note: See TracBrowser for help on using the repository browser.