PHP模拟POST,验证页面的返回状态
摘要:本文地址:http://www.cnblogs.com/vnii/archive/2012/09/25/2701585.html1.主要文件,访问该页面,该页面根据“验证页面”的返回结果设置本文件的返回状态header('HTTP/1.1 '.$code.' '.$_status[$code])View Code <?php ini_set('max_execution_time', 120); include("CheckConfig.php"); function send_http_status($code) {
阅读全文
posted @
2012-09-25 15:09
忧郁的匹格
阅读(1829)
推荐(0)