本文实例讲解了php表单验证的实现方法,分享给大家供大家参考,具体内容如下 1.php表单处理welcome. […]
Continue readingnginx+ci出现404错误
最近刚学ci框架,做了个简单的项目,在本地搭服务器的环境都调通了,但是部署到远程服务器时: http://ex […]
Continue reading使用php
最近由于工作需要,研究了一下php如何生成条形码。虽然二维码时下比较流行,但是条形码依然应用广泛,不可替代。园 […]
Continue readingapache和nginx区别
1、apache和nginx优缺点 nginx相对于apache的优点: 轻量级,同样起web 服务,比apa […]
Continue reading如何实现一个php框架系列文章mysql数据库
实现一个mysql数据库封装需要考虑的问题 使用方便性 采用直接sql语句操作方式。只要会写sql语句,那么将 […]
Continue readinghowtogetthelatestffmpegbinariesforwindows
last time i guided you on how to install ffmpeg on mac […]
Continue readingphp运行出现notice:useofundefinedconstant完美解决方案
notice: use of undefined constant title – assumed […]
Continue readingphpparseerror:syntaxerror,unexpectedendoffile
使用xampp的wordpress时,按照新的主题时,发生如下错误: parse error: syntax […]
Continue readingphp中字符串与多进制转换函数
转换函数 /** * [字符串转换为(2,8,16进制)ascii码] * @param string $st […]
Continue readingphp字符串的比较
int strcmp( string $str1 , string $str2 ) 注意该比较区分大小写。 参 […]
Continue readingnginx配置restful风格url
开始做seo的优化,当然牵扯到固定链接,wordpress提供多种类型的链接形式: 1 2 3 4 5 6 7 […]
Continue readingnginx中对uptream访问的处理
nginx对upstream访问的处理非常的,不能说奇怪,但也至少是很另类。在处理的流程中,针对每个upsre […]
Continue readingphp
var_dump(explode(“:”,”php:123″) […]
Continue readingnginx反向代理和正向代理区别
一直对反射代理的反向不知道如何理解,经过百度知道,再结合下面这幅图,总算弄清楚一点了。简单的说从一个局域网出来 […]
Continue readingphp常用技巧总结
php文件读取函式 //文件读取函式 function php_read($file_name) { $fd= […]
Continue reading