Learn how to create, configure and execute action helpers within your Zend Framework-powered PHP
PHP Tutorials
Whether just getting started or an expert, this vast collection of PHP tutorials will help you create dynamic content for powerful web-based applications in no time.
Learn how to create, configure and execute action helpers within your Zend Framework-powered PHP
The Zend Framework’s Zend_Cache component is an easy way to implement PHP caching, a sure site performance
Printing HTML pages directly from browsers usually does not give the best printing output, compared to output from word processors such as Microsoft
One of the most common tasks that I came across developing interactive websites was processing users’ input. In this article, I would like to share
One of the most common tasks that I came across developing interactive websites was processing users’ input. In this article, I would like to share
One of the most common tasks that I came across developing interactive websites was processing users’ input. In this article, I would like to share
One of the most common tasks that I came across developing interactive websites was processing users’ input. In this article, I would like to share
In this article, I will briefly describe how to compile PHP with ORACLE 8i support. When I tried to compile php with oracle support on
By Ying Zhang on July 30, 2000 This document describes how to customize the session handlers in PHP4. We will provide examples of how to write a fully functional session handler that works with DBM files and one that works with a MySQL database. New to PHP4 was a set…