You are here: DEVPPL Tutorials php cookies-and-sessions
NOTIFICATIONS
54.092
MEMBERS
15.687
TOPICS
62.261
POSTS
  562
FLASH GAMES
7.740
TUTORIALS
 

Login

E-mail:
Password:

Php Tutorials - Cookies-and-sessions

cookies-and-sessions tutorials

Introduction to cookies

Introduction to cookies

Rating:
(0)
Clicks: 607
Category: PHP >> Cookies and Sessions
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.
Cookies

Cookies

Rating:
(0)
Clicks: 389
Category: PHP >> Cookies and Sessions

Using Cookies in PHP

Using Cookies in PHP

Rating:
(0)
Clicks: 481
Category: PHP >> Cookies and Sessions
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
Cookies 101

Cookies 101

Rating:
(0)
Clicks: 570
Category: PHP >> Cookies and Sessions
This tutorial explains the basic concept of cookies, and how to use them.
Setting Cookies

Setting Cookies

Rating:
(0)
Clicks: 605
Category: PHP >> Cookies and Sessions
You may need to set cookies to remember certain information such as users, if they have visited or not, etc. etc.
User Tracking and Session Management Scripts

User Tracking and Session Management Scripts

Rating:
(0)
Clicks: 433
Category: PHP >> Cookies and Sessions
Taken from chaper 6 of "PHP Essentials," this section contains several very basic PHP scripts using cookies and sessions.
How to preserve language status using PHP sessions

How to preserve language status using PHP sessions

Rating:
(0)
Clicks: 556
Category: PHP >> Cookies and 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.
PhpNets Simple Login

PhpNets Simple Login

Rating:
(0)
Clicks: 670
Category: PHP >> Cookies and Sessions
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
Custom Session Handlers in PHP4

Custom Session Handlers in PHP4

Rating:
(0)
Clicks: 479
Category: PHP >> Cookies and Sessions
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.
Basic sessions tutorial with register globals swit

Basic sessions tutorial with register globals swit

Rating:
(0)
Clicks: 479
Category: PHP >> Cookies and Sessions
This is a basic sessions tutorial where the register globals are switched off.
Using sessions make a login script

Using sessions make a login script

Rating:
(0)
Clicks: 514
Category: PHP >> Cookies and Sessions
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
^ Back to Top