Beginning PHP4 offers an almost ideal introductory tutorial to one of today's hotter scripting languages. This book really is everything that the novice needs to start building dynamic Web sites that are powered by PHP4, but old hands at...
HTTP as a protocol is stateless. PHP4 comes with a complete set of sessioning functions. This article explains how to use them.
Manual File Downloads In ASP.NET - Introduction is an ASP.NET tutorial in which author describes about an application which allows downloading of transcripts as a text file. This application allows to display the transcripts only for a specified...
MySQL(TM) manual in MS HTML Help is an article about MS HTML help, what is conversion of MySQL manual? The author gives some explanations about the HTML help, HTML help viewer and requirements for this. The author gives some illustrations about...
Newest MySQL manual in HTML Help (.chm) is a Windows compatible program that allows you to obtain complete conversion of MySQL manual into this format. This conversion tries to bring additional functionality and make using of MySQL manual more...
Documentation manual for PHP.
The PHP Manual, Volume 1 is the first in a two-part series on the popular PHP language. PHP is a popular server-side, cross-platform, HTML embedded scripting language. At the most basic level, PHP can do anything any other CGI program can do, such...
PHP4's session variables are stored in files, however, for true scalability, it is better to store this data in a database using a database wrapper library like ADODB. ADODB supports Oracle, MySQL, PostgreSQL, Interbase, MSSQL, VFP, Access, ODBC,...
A tutorial of 24 lessons on PHP4, an open source Web scripting language. No prior experience of programming is assumed, although some understanding of the Web and of HTML is useful. Part I introduces PHP4, and Part II covers basic features of any...
What's New in PHP4? is an essay about the enhanced features of PHP4 than PHP3 and a compartive study of both. The author discusses various areas like, output buffering, evaluate for Identical operator, COM support on Windows and displaying... |