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
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.
A
A
A
Printing HTML pages directly from browsers usually does not give the best printing output, compared to output from word processors such as Microsoft
Learn how to create, configure and execute action helpers within your Zend Framework-powered PHP
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
Learn how to create, configure and execute action helpers within your Zend Framework-powered PHP
By Ying Zhang on July 30, 2000 Session Handler Functions Any custom session handler we write will have to provide 6 basic functions, they get called by the PHP4 session handler so you do not need to worry about calling them yourself. The nice thing about all this is that…
By Ying Zhang on July 30, 2000 A DBM Session Handler Our first example is to write a customized session handler to save session data into a DBM file. (This is the session_dbm.php file from ying20000602.zip.) There are many reasons why you might want to do this, for example, if…