欧美一级色视频,簧片在线免费看,美日韩在线,成人观看网站a,亚洲欧美在线一区二区,欧美操穴,欧美综合专区

龍巖易富通網(wǎng)絡(luò)科技有限公司

龍巖小程序開發(fā),龍巖分銷系統(tǒng)

php模擬提交數(shù)據(jù)

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

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

[php] 

$sock = fsockopen("www.zhaobake.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.zhaobake.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]


贊 (

發(fā)表評論

尉氏县| 喜德县| 太康县| 巴林左旗| 阿克苏市| 永仁县| 汾西县| 海门市| 宝坻区| 丰顺县| 会东县| 九江县| 吴堡县| 珲春市| 宜宾市| 洮南市| 全州县| 章丘市| 苍南县| 天长市| 南宫市| 泽库县| 镇远县| 凤冈县| 红原县| 昌邑市| 疏附县| 池州市| 紫金县| 通江县| 东丰县| 勐海县| 柳州市| 嘉定区| 孝感市| 读书| 姜堰市| 金寨县| 澎湖县| 光泽县| 阳原县|