
php的 $_SERVER 属性说明
php $_SERVER 属性说明 $_SERVER['PHP_SELF'] #当前正在执行脚本的文件名,与 document root相关。 $_SERVER['argv'] #传递给该脚本的参数。 $_SERVER['...

php采集腾讯微博前几条
<?phpheader("Content-type:text/html;charset=utf-8");$weibo = file_get_contents('http://t.qq.com/soulteary');$preg = '/<div class="msgCnt">(...

开发腾讯APP应用时,出现php连接不上config.php
开发腾讯APP应用时,出现php连接不上config.php,出现错误Warning: Cannot modify header information – headers already sent by