-
- if($_POST['a'] && $_POST['b']) {
- echo 'データの投稿に成功しました!';
- exit();
- }
- ?>
卷定代
文件2:indexx.php主要赋试文件。
-
- $url = 'http://www.test.com/index.php';
- $data = array(
- 'a' => '1',
- 'b' => '2WWW'
- );
- $params = array(
- 'http' => array(
- 'method' => 'POST',
- 'header' => "Content-type:application/x-www-form-urlencoded",
- 'コンテンツ' => http_build_query($data),
- ));
- for($i=0;$i $response = file_get_contents($url, false, stream_context_create($params));
- if ($response) {
- echo $response;
- 休憩;
- } else {
- echo 'tring' 。 $i 。 ' 失敗しました!
';
- }
- }
- ?>
复制定
得結果:
データの投稿が成功しました!
データが成功しました。
|