1.上传表单 upload.html 程序代码html 代码如下: 1.注意这是一个标签,我们要实现文件 […]
Continue reading月份:2017年6月
php防止sql注入代码实例
放到公用调用文件(如conn数据库链接文件),对所有get或post的数据进行过滤特殊字符串,以实现简单有效的 […]
Continue readingphp指定函数参数默认值示例代码
例1 代码如下: php函数指定默认值-www.jbxue.com 输出结果:this is test 例2 […]
Continue readingphp读取csv实现csv文件下载功能
第一段是读文件,下载。第二段是字符串下载。 代码如下:
Continue readingphp提取图片img标记中的任意属性的简单实例
代码如下:
Continue reading根据中文裁减字符串函数的php代码
代码如下: define(charset, ‘utf-8’); // 系统默认编码 / […]
Continue reading用php实现弹出消息提示框的两种方法
方法一: 代码如下: echo “《script》alert(‘提示内容’ […]
Continue readingphpeval函数使用介绍
代码: 代码如下: eval(“echo’hello world’; […]
Continue reading使用php检测用户当前使用的浏览器是否为ie浏览器
代码如下: /** * 检测用户当前浏览器 * @return boolean 是否ie浏览器 */ func […]
Continue readingsae使用smarty模板的方法
smarty是非常流行的模板系统,它分离了业务和逻辑、执行速度快,在php网站中有广泛的运用。 不过在部署到s […]
Continue readingserver.htmlencode让代码在页面里显示为源代码
今天因为程序里面要把写入数据库的html源代码以html源编码的形式显示在页面里面,而不要被浏览器解释成。。找 […]
Continue readingphp查找任何页面上的所有链接的方法
使用dom,你可以轻松从任何页面上抓取链接,代码示例如下: 代码如下: $html = file_get_co […]
Continue readingphp自定义的格式化时间示例代码
如:时间刚好是5分钟前,则对应的时间戳就会被格式化为5分钟前,不多说了,直接贴上代码: 代码如下: /** * […]
Continue readingphpstrom使用xdebug配置方法
1 到 http://xdebug.org/download.php下载xdebug。注意找到自己对应的php […]
Continue readingphp实现查看邮件是否已被阅读的方法
当你在发送邮件时,你或许很想知道该邮件是否被对方已阅读。这里有段非常有趣的代码片段能够显示对方ip地址记录阅读 […]
Continue reading