Categories
PHPTips and Tutorials → Cookies and Sessions

How to use Cookies wih PHP

Cookies are pieces of text that are sent to a user''s web browser. Cookies can help you create shopping carts, user communities, and personalized sites. It''s not recommended that you store sensitive data in a cookie, but you can store a un...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Welcome to Cookies

Cookies are just a basic aspect of PHP, but can be used in so many things. From logging in and out a user on your website to keeping the name of the skin they use on your website. Below I will explain how to set (add) a cookie, delete one and then di...
  • Platforms
    • Linux,
    • Windows
  • Licenses
    • Freeware
DETAILS

What is PHP Sessions?

Session concept is very useful for Web based applications to pass and share information from one Web page (request) to another Web page (request). Session support in PHP consists of a way to preserve certain data across subsequent accesses. This enab...
  • Platforms
    • Linux,
    • Windows
  • Licenses
    • Freeware
DETAILS

Detailed PHP sessions tutorial

In this tutorial I will show you how to work with sessions in PHP. You will learn how to transfer information over multiple pages.
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Freeware
DETAILS

When and How to use Cookies and Sessions

In this article, you will find out the reasons to use cookies and the reasons to use sessions. It also tells you the way hide important data from cookies.
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Freeware
DETAILS

Session Saver

This package can be used to save and restore objects in session variables. It can register a list of one or more classes objects that are intended to be saved. The classes must implement the SessionObject interface. The class can call all...
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Freeware
DETAILS

Setting && Retrieving Cookies

This script can display a form or the data stored inside cookies depending on whether cookies has been set or not. The online form is used to send data and store them inside cookies. The script contains an online example.
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Other Free / Open Source License
DETAILS

Using Cookies in PHP

A cookie is a message given to a Web browser by a Web server. The browser stores the message in a small text file that the server embeds on the user''s computer. Each time the same computer requests a page with a browser, the cookie is sent back...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

PHP Sessions

A session is the time that a user spends at your Web site. Users may view many Web pages between the time they enter your site and leave it. Often you want information to be available for a complete session. Beginning with version 4.0, PHP provides a...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

PHP Cookie example and function-helper

PHP has a function setcookie since version 3.0, but this function is too low-level for simple usage. Function ae_put_cookie provided, sets cookie for current domain without specifying long arguments lists. Just three arguments: ''name'', ...
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Other Free / Open Source License
DETAILS

Page:
©2019 A--9.com