| PHP tutorials, html tutorial, photoshop tutorial, ajax tutorials,java tutorial, web design tips tutorials, css tutorial, visual basic tutorial, dreamweaver tutorial, php tutorial, html tutorials, c++ tutorial, javascript tutorial, windows tutorials, free flash tutorials, free photoshop source codes, sql tutorial | ||||
![]() |
||||
| Home | Forums | Downloads | Books | Submit Content | Links | ||||
Sessions in PHPDate:2006-03-20Sessions are great way for storing temporary data about your visitors. Session variables are global variables. Using session, we can collect information entered by user on your web site such as username or password. Session are also used for website statistics that how many visits on website by users? Session_start(); session_start() function is used for start a session, It is placed before any HTML or PHP code on the top of page. When a PHP session starts, it is randomly generated a session ID, You can view your own session ID by typing $PHPSESSID.
session_register
In above example, you have assign a parameter name to session_register, then it will become a global variable $name, and you can assign any value as you wish |
|
|||
| Desclaimer | Privacy Policy | Submit Content | Links | Link to Us | Sitemap |Contact Us | ||||
| Copyright Programming Tutorials, Web Development
Tutorials, Source codes © All Rights are Reserved. Powered By Evernew Solutions Loans - Mortgages - Loans - Credit Card Consolidation |
||||