Category Archives: PHP程序相关
file_get_contents获取微博数据不稳定的解决方法
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $durl);…
根据IP地址显示当地天气
<?php…
header("Content-type: text/html; charset=utf-8");
echo $_SERVER["REMOTE_ADDR"];
function c_file_get_contents($durl){
php 一些常用函数
function getIP() {
if(getenv("HTTP_CLIENT_IP") && strcasecmp(getenv("HTTP_CLIENT_IP"),"unknown")) {…
php 创建目录以及创建文件
* 功能:循环检测并创建文件夹
* 参数:$path 文件夹路径
* 返回:…
Safari在使用iframe时,cookie无法生成,解决方法
<iframe id="iframeB" style="height: 100px;" name="iframeB"
… sina微博输入字数统计,包含链接的字数统计处理
<script type="text/javascript">
var getLength =
… iframe 跨域 高度自适应 --ifram高度实时可变
计算php运行时间(毫秒数)
$t1 = microtime(true);
//php script here
$t2 =
…