Not a Member Yet,
Click here to Register



Welcome to the Tutorials Page.
Here you will find Tutorials on various languages
to help you on your way to becoming a better programmer.


Total: 7    Showing Results 1 to 7
Title Date Added
Cookies - Remember Me - Automatic Login
      You may have seen on some sites they have login forms with a checkbox underneath saying 'Remember Me' and when ticked it does something magic ... when you go back to the page it does remember you ... but how? Easy!

When you tick the little Remember Me box it sets 2 cookies on your computer, one that stores your username and password, when you return to the site it checks the information stored within these cookies, if they are correct it logs you straight in without you having to manually log in yourself.

This tutorial shows you how to do all of this...
Dec 21, 2004
Reading And Writing Multiple Cookies
      This tutorial shows you how to set multiple cookies. Setting multiple cookies can come in handy if you wish to store more than one piece of information about a user, such as Username & Password for example.
Dec 21, 2004
Cross-Domain Cookies
      Cookies are a great invention, allowing the web developer to maintain the login status of their users. However, problems occur when your site or network has more than one domain.
Aug 26, 2002
User Authentication
      Want to restrict access to certain sections of your Web site? Or customize page content on the basis of user preferences? Or even track user movement across your site? Well, the bad news is that you'll need to learn how to authenticate users on your site. The good news is that this tutorial has everything you need to get started.
Mar 20, 2002
Session Handling with PHP 4
      Learn how to handle those sessions....
Dec 31, 1969
Athenticate and Track Users
      
Dec 31, 1969
Session Authenticate
      
Dec 31, 1969
items per page
© 2002 - 2024 snippetlibrary.com All Rights Reserved. Conditions
Do NOT follow this link or you will be banned from the site!