| Showing 1 - 10 from 24 tutorials on Page 1. |  | | | | | Using Cookies | | This tutorial will help you understand: What is a Cookie? Sending and Receiving Cookies Output Control Functions Persistent Cookies Other Cookie Properties | | Added: 21 March 2007 - Visits: 149 | | | | | | | | PHP Sessions | | Sessions can store user information, heres how to use them | | Added: 21 March 2007 - Visits: 175 | | | | | | | | Remembering Users (Cookies and Sessions) | | Hypertext Transfer Protocol (HTTP) is a stateless protocol. To say it in a simple way: A client (web browser) connects to a web server, sends a request, and gets a response. Then, the connection is closed. The consequence is the next time the same clien... | | Added: 21 March 2007 - Visits: 175 | | | | | | | | Learning session with examples | | basics of sessions is described, and two examples are used to ilustrate it: Showing number of times we have visit a page during a session, and password protection using sessions. | | Added: 20 March 2007 - Visits: 140 | | | | | | | | Using Cookies | | Learn how to use cookies in PHP, create them, view them and delete them with this tutorial. | | Added: 20 March 2007 - Visits: 111 | | | | | | | | Using Cookies & File Appending | | Explains how to set and check for cookies using PHP. Also demonstrates a simple way to read and write data to a file. | | Added: 20 March 2007 - Visits: 117 | | | | | | | | Cookies | | Learn how to add and play around with cookies. | | Added: 20 March 2007 - Visits: 150 | | | | | | | | Custom Session Handlers in PHP4 | | This document describes how to customize the session handlers in PHP4. It provides examples of how to write a fully functional session handler that works with DBM files and one that works with a MySQL database. | | Added: 20 March 2007 - Visits: 112 | | | | | |