![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveQuestion on Session
From: <alucard001@gmail.com>
Date: Tue Oct 04 2005 - 06:12:38 CEST
Hi all!
I am a newbie in PHP and I have a question on using $_SESSION.
To keep it short, here is the code:
A.php:
B.php:
Assume username and password is correct, but B.php show NOTHING!!!
In php.ini: register_globals = On
My question is: how to pass the value from one page to another, without
Thanks in advance.
|