中文字幕亚洲一区,69久久久久精品9999不卡片,亚洲国产日韩欧美在线看片,国产精品久久久久久久久岛国

龍巖易富通網絡科技有限公司

龍巖小程序開發,龍巖分銷系統

php模擬提交數據

2015.09.10 | 433閱讀 | 0條評論 | php

php利用fsockopen模擬提交數據,以下舉例是模擬提交龍巖seo留言板 

[php] 

$sock = fsockopen("www.co197.com", 80, $errno, $errstr, 30); 

if (!$sock) die("$errstr ($errno)\n"); 

$data = "comment=龍巖seo&author=test&email=test@qq.com&url=http%3A%2F%2F0597seo.com&comment_post_ID=374&comment_parent=0&comment_post_ID=374"; 

fwrite($sock, "POST /wp-comments-post.php HTTP/1.0\r\n"); 

fwrite($sock, "Host: www.co197.com\r\n"); 

fwrite($sock, "Content-type: application/x-www-form-urlencoded\r\n");

fwrite($sock, "Content-length: " . strlen($data) . "\r\n");

fwrite($sock, "Accept: */*\r\n"); 

fwrite($sock, "\r\n"); 

fwrite($sock, "$data\r\n"); 

fwrite($sock, "\r\n"); 

$headers = ""; 

while ($str = trim(fgets($sock, 4096)))     

   $headers .= "$str\n"; echo "\n"; $body = ""; 

   while (!feof($sock))     

      $body .= fgets($sock, 4096); 

   fclose($sock); 

   echo $body; 

[/php]


贊 (

發表評論

主站蜘蛛池模板: 漳浦县| 彩票| 遂平县| 布拖县| 德令哈市| 靖州| 绍兴县| 宁南县| 无极县| 阿城市| 长武县| 建阳市| 仙居县| 齐河县| 甘孜| 卢湾区| 兴国县| 洞口县| 松潘县| 图木舒克市| 明星| 海淀区| 凤山县| 共和县| 石景山区| 伊宁市| 神木县| 织金县| 中卫市| 石楼县| 林口县| 宝山区| 东辽县| 金堂县| 金湖县| 巫山县| 桑植县| 色达县| 天台县| 渭源县| 徐州市|