 | Introduction to cookies |
| Learn about the usefullness of cookies, what they can be used for, and also learn how to create a simple unique computer counter using cookies. |
| PHP Tutorials > Cookies and Sessions |
| |
 | Share PHP and ASP sessions |
| You may need to know little bit about session to begin using this idea and the sample codes. Full detail will give you how to integrate both ASP and PHP sessions. |
| PHP Tutorials > Cookies and Sessions |
| |
 | Using Sessions in PHP |
| A tutorial on the basics of sessions in PHP. |
| PHP Tutorials > Cookies and Sessions |
| |
 | Cookies |
|
| PHP Tutorials > Cookies and Sessions |
| |
 | Using Cookies in PHP |
| Cookies enabled web developers to produce more usable sites, by allowing temporary storage of commonly used information by the user. This can be beneficial in shopping carts, user logon systems and general site usage. Read on to find out how to use cookie |
| PHP Tutorials > Cookies and Sessions |
| |
 | Cookies 101 |
| This tutorial explains the basic concept of cookies, and how to use them. |
| PHP Tutorials > Cookies and Sessions |
| |
 | Setting Cookies |
| You may need to set cookies to remember certain information such as users, if they have visited or not, etc. etc. |
| PHP Tutorials > Cookies and Sessions |
| |
 | User Tracking and Session Management Scripts |
| Taken from chaper 6 of "PHP Essentials," this section contains several very basic PHP scripts using cookies and sessions. |
| PHP Tutorials > Cookies and Sessions |
| |
 | How to preserve language status using PHP sessions |
| Read this to brief tutorial to learn how to preserve language status beyond your web pages using PHP sessions and GET - POST variables. Also you can apply this tip to achive other goals switching the session variables. |
| PHP Tutorials > Cookies and Sessions |
| |
 | PhpNets Simple Login |
| With this tutorial you will learn how to create a user login script in PHP. It will also check the "user" session variable is empty and if the "loggedIn" session variable does not equal true. If any of those are a true statement, it will stop everything b |
| PHP Tutorials > Cookies and Sessions |
| |
 | 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. |
| PHP Tutorials > Cookies and Sessions |
| |
 | Basic sessions tutorial with register globals swit |
| This is a basic sessions tutorial where the register globals are switched off. |
| PHP Tutorials > Cookies and Sessions |
| |
 | Using sessions make a login script |
| To begin this tutorial in PHP sessions, you must first make sure that your web server (ie. apache) has the options to allow session with the configuration. Note: people using apache and php under a win32 enviorment must manually configure this option. To |
| PHP Tutorials > Cookies and Sessions |
| |
 | Creating A Unique User ID For Cookies |
| Code snippet for creating a unique randome ID for cookie management. |
| PHP Tutorials > Cookies and Sessions |
| |