- Timestamp:
- 2006/10/26 18:03:43 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 3 added
- 1 edited
-
data/module/Net (added)
-
data/module/Net/Socket.php (added)
-
data/module/Net/URL.php (added)
-
html/install/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/install/index.php
r6884 r6888 221 221 // ¥µ¥¤¥È¾ðÊó¤òÁ÷¿®¤·¤Æ¤âÎɤ¤¾ì¹ç¤Ë¤ÏÁ÷¤ë 222 222 if($_POST['send_info']){ 223 require_once(DATA_PATH. "module/Request.php"); 224 225 $req =& new HTTP_Request("http://www.ec-cube.net/mall/use_site.php"); 226 $req->setMethod(HTTP_REQUEST_METHOD_POST); 227 $req->addPostData("Foo", "bar"); 228 if (!PEAR::isError($req->sendRequest())) { 229 $response1 = $req->getResponseBody(); 230 } else { 231 $response1 = ""; 232 } 223 233 224 } 234 225
Note: See TracChangeset
for help on using the changeset viewer.
