一:结构和调用(实例化): class classname{} ,调用:$obj = new classnam […]
Continue reading月份:2017年6月
php用mysql数据库存储session
大部分使用php的人一旦应用到session都会使用cookie。 cookie虽好可是它也会给我们带来一些隐 […]
Continue reading正则表达式中的特殊字符一览
正则表达式中的特殊字符: 字符 意义:对于字符,通常表示按字面意义,指出接着的字符为特殊字符,不作解释。 例如 […]
Continue readingwindows下源码编译php
ie 7 ]>windows下源码编译php_php教程
Continue readingphp快速入门教程之for循环
<html> <head> <title>for循环示例</title> <meta http-equiv=c […]
Continue reading无刷新删除数据-php
首先本例基于留言本整理版修改。 我们使用了jquery.js来实现ajax和dom删除 首先加入
Continue readingphp100精华:php生成网页快照
解决网页中的退出框架问题
在给同学做一个php毕业设计,遇到这个问题相信很多朋友也遇到过,后台我是利用框架做成的,代码如下: 您的浏览器 […]
Continue readinghosting-php-dynamic(authbypass)vulnerability
======================================================= […]
Continue reading搜索引擎技术核心揭密(php版)
谈到网页搜索引擎时,大多数人都会想到雅虎。的确,雅虎开创了一个互联网络的搜索时代。然而,雅虎目前用于搜索网页的 […]
Continue readingphp导入到excel的utf8、gbk编码
php导入到excel-支持utf8和gbk两种编码 php导入到excel乱码是因为utf8编码在xp系统不 […]
Continue reading64位系统编译php+mysql的问题
from 包子s blog 错误信息是 /usr/bin/ld: skipping incompatible […]
Continue reading运用php实现汉字转区位码应用源码实例解析
php里如何实现汉字转区位码这个问题一直困扰这大多程序员,那么下面这个源码实例相信能给大家带来很大的帮助。 以 […]
Continue reading分割文本
on error resume nextcode by netpatchset arg=wscript.arg […]
Continue reading用php文件上传的具体思路及实现
文件上传我们需要用到html里面表单的type=file类型,及其enctype属性。这是我们大家必须要用的。 […]
Continue reading