许多机构已经采用了apach和php作为他们的web应用环境。在web services模式中采用php可能看 […]
Continue reading作者:helenadmin
php的get/post等大变量生成过程
· 作者:laruence(http://www.laruence.com/)· 本文地址:http://ww […]
Continue readingphp调用存储过程返回结果集,解决cantreturnaresultsetin
需要php调用存储过程,返回一个结果集,发现很困难,找了半天,终于在老外的论坛上找到解决方案,这里本地化一下。 […]
Continue readingzend
在看这些之前请确保你正确加载了pdo扩展。 作法是编辑php.ini手动增加下面这两行(前面要没有分号;):e […]
Continue readingphp性能优化的技巧
关于require, include的性能 测试数据: 有一个数组 , 一共3万条数据, 1mb大小, […]
Continue readingphp友好url的实现
下面的代码主要是伪静态的实现,搜索引擎喜欢 大家经常看到别的站的url是这样的吧?http://www.xxx […]
Continue reading例举php语言中的精华与技巧
很多的php程序员,尤其是学习还不是很久的,都不知道php的精华所在。perl当年如何在商界出名?其强大的正则 […]
Continue readingphp与perl操作memcached速度差异比较
由于最近在进行memcached方面的工作 在性能测试中使用了php以及perl对memcached进行操作结 […]
Continue readingphp采用数据库保存session
php保存session 默认的是采用的文件的方式来保存的,这仅仅在文件的空间开销很小的windows上是可以 […]
Continue readingphp数组实例说明
今天突然碰到了php的问题,发现这篇文章,很老的文章了,但很实用,下一篇我将整理更新的php5的数组 php4 […]
Continue reading用新php插件实现mysql为基础的事务
事务处理支持很长时间以来一直是大多数mysql开发者的心愿,随着mysql 4.0的发布,这个心愿最后终于得以 […]
Continue reading五个常见php数据库问题
揭露 php 应用程序中出现的五个常见数据库问题 —— 包括数据库模式设计、数据库访问和使用数据库的业务逻 […]
Continue readingphphasencounteredanaccessviolation解决方法总结
这个问题不是很好处理,困惑了很多站长非常时间了主要出现在windows主机的服务器上。在php官方,http: […]
Continue readingphp延迟静态捆绑latestaticbindings
看了一下php5.3的late static bindings,简单了翻译一下late static bind […]
Continue readingphp非常简单的使用模板制作静态页面
模板文件templets.htm: {title} hello {hello} php文件代码: 怎么样,是不 […]
Continue reading