 | 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 |
| |
 | PhpNets Text counter |
|
| PHP Tutorials > Counters |
| |
 | Simple Pageviews Counter |
| With this simple and straight-forward tutorial, you can learn how to create and implement a counter that updates every time a page is viewed. |
| PHP Tutorials > Counters |
| |
 | Text counter |
| A simple no frills text counter that does illustrate some basic file handling in PHP |
| PHP Tutorials > Counters |
| |
 | Simple Hit Counter |
| Counters are used in many websites so that the webmaster will be able to see how many people come to their website. They are used throughout the web on numerous websites, sometimes all too common. I recommend not using a counter unless you have a decent w |
| PHP Tutorials > Counters |
| |
 | Simple Hit Counter Script Part 2 |
| Part 1 of 2 Tutorial to create a hit counter using php/mysql. Some of the feature discussed in thi tutorial will be show no, of online, unique visitor , visit log & etc. A good & practical tutorial for begineers. |
| PHP Tutorials > Counters |
| |
 | Simple Text-based counter |
| A very basic tutorial with working example. It shows beginner how to make a simple text counter by opening, reading, and writing to files. |
| PHP Tutorials > Counters |
| |
 | Graphical counter |
| Ever wanted to know exactly how many guests are actually visiting your site within the past 5 minutes? Now you can with the following code! |
| PHP Tutorials > Counters |
| |
 | Simple Flat File Counter |
| This shows how to create a slightly more attractive counter using counter art available . More interesting than a plain text counter but no more difficult to implement. |
| PHP Tutorials > Counters |
| |
 | Plain Language Guide to Using PHP3 Counters |
| This is a guide to installing graphical and text PHP3 counters. Graphical counter includes image size and alternate text. Both the graphical and text use the same script base. |
| PHP Tutorials > Counters |
| |
 | Text based Counter |
| A counter is an essential part of a site to know how many people are coming to site. Here is an easy way to make a counter. All you need is access to PHP and be able to chmod a directory. |
| PHP Tutorials > Counters |
| |
 | Simple Hit Counter Script Part 1 |
| By keeping track of how many people visit your website, you can get some idea of how to improve your website as the hits start to increase. Adding a basic PHP text counter is quite easy and we will take you through each step. Tutorial and full script to d |
| PHP Tutorials > Counters |
| |
 | Counter without a Database |
| A counter is an essential part of any website. In this tutorial we will use PHP to create our own counter. Given that not everyone has access to a database, this tutorial will save the hits to a .dat file. |
| PHP Tutorials > Counters |
| |
 | Simple clicks counter script |
| Learn how to design a proper database table and write some simple PHP script which will count each click made on the item by the visitors of your page. |
| PHP Tutorials > Counters |
| |