![]() |
Re: Using Sessions in PHP
Thanks for accepting..
|
Re: Using Sessions in PHP
thanks for giving some important tips.
|
Re: Using Sessions in PHP
Quote:
|
Re: Using Sessions in PHP
I'm a newbie in php,before today I'm puzzuled with session,now I understand it.Do you have articles about cookie?
|
Re: Using Sessions in PHP
Is it possible to utilize php session superglobals to have file based or database based server side session management. Is it possible to create web pages that actually do not require any rewriting of code if in future session management backend is changed ? Like in case we are switching to a load balancing proxy, we would like to switch from file based to database based session management.
|
Re: Using Sessions in PHP
i need login/logout script in php mysql. I done it bt didnt work properly.Once logged in the user dont go back to the login form without click logout link. i need help someone help me............. muralideni
|
Re: Using Sessions in PHP
plz anybody tellme there is an error in this code????
<?php session_start(); if(isset($_SESSION['views'])) $_SESSION['views'] = $_SESSION['views']+ 1; else $_SESSION['views'] = 1; echo "views = ". $_SESSION['views']; ?> |
Re: Using Sessions in PHP
Wow..very valuable information you have shared here.
Thanks a lot. |
Re: Using Sessions in PHP
Quote:
|
| All times are GMT +5.5. The time now is 10:31. |