<?php defin […]
PHP 微信开发 利用百度接口实现天气预报功能开发
1、接口使用的是百度的天气预报 […]
Codeigniter 文件上传错误 You did not select a file to upload
1、$this->upl […]
PHP 随机抽奖的简单算法
$allCount = 100 […]
Apache httpd 启动错误 Could not reliably determine the server
配置完httpd后,启动报错: […]
PHP 简单的生成验证码的函数
/** 返回图片验证码 @pa […]
PHP 数组array序列shuffle()和array_rand() 随机函数
shuffle(): 把arr […]
Undefined index: REQUEST_URI
$_SERVER[‘ […]
php 数组操作 获取数组第一个值
reset() — […]