Categories
Tags → Session Php4

Maintaining state with PHP4 sessions

HTTP as a protocol is stateless, which doesn''t make it easy for a developer. For example, your web server sends out a page to someone ordering from an online shop, and then forgets all about it. A few seconds later, the same person sends anothe...
DETAILS

Professional PHP4 Programming

Professional PHP4 will show you exactly how to create state of the art web applications that scale well, utilize databases optimally, and connect to a back-end network using a multi-tiered approach. This book also aims at teaching PHP by coding FTP c...
DETAILS

PHP and MySQL Web Development

PHP and MySQL Web Development teaches the reader to develop dynamic, secure e-commerce Web sites and Web applications. The book shows how to integrate and implement these technologies by following real-world examples and working sample projects. It a...
DETAILS

PHP4 Session Handler using ADODB

PHP4 is packed with good features. One of the most popular is session variables. These are variables that persist throughout a session, as the user moves from page to page. Session variables are great holders of state information and other useful stu...
DETAILS

ADOdb Database Library for PHP

A PHP4 and PHP5 database abstraction library. Supports MySQL, PostgreSQL, Interbase/Firebird, Oracle (Oci8), MS SQL 7, ADO, Foxpro, Access, Sybase, Sybase SQL Anywhere, DB2, Informix, Frontbase, SQLite, LDAP, Netezza, SAPDB, generic ODBC/ODBTP,...
DETAILS

PostgreSQL Session Handler for PHP

PostgreSQL Session Handler for PHP is a custom session save handler for PHP4 using PostgreSQL as the session cache. It allows multiple Web servers to share a common session storage container, and may allow Web users to move between machines while mai...
DETAILS

Session Management with PHP4

One of the new great features with PHP4 is the session management feature. It allows you to store variables in a session ''object'' during a user visit. This article discusses what a session and a session variable are, and what it can do.
DETAILS

Couch Sessions

Need to build an online shopping cart in a hurry? This article takes a look at session management, an important component of transaction-based Web sites, and explains the fundamentals of adding session support to your site. Examples in PHP4 and PHP3 ...
DETAILS
©2003-2008 jCay.com