首页 技术教程 实用代码 注册破解 正则表达式 网址导航 电子书籍

探测httpheader头

<?php /**************************************************** program : Spr2[detect_httpheader] Author : uchinaboy E-mail : [email protected] QQ : 16863798 Date : 2001-7-25 ****************************************************/ $host = "www.infojet.com.cn"; $port = "80"; $path = "/yuhu/"; $filename = "talk0.asp"; $datestream = "sdjahsdjkhaksjd"; $length = strlen($datestream); $header = "POST ${ path}$filename HTTP/1.1n"; $header.= "HOST: $hostn"; $header.= "Content-Type: application/x-www-form-urlenc...
类别:网页编程 - PHP技术    查看:108    更新:2014-05-05