Search the Community
Showing results for tags 'session variables'.
-
My login script stores the user's login name as $_SESSION[ 'name'] on login. For some unapparent reason, i'm getting errors stating that $user and $priv are undefined variables, though I've attempted to define $user as being equal to $_SESSION['name'], using $user to look up the the user's privile...
- 12 replies
-
Hi all ! I have an index file which begins as <?php error_reporting(E_ALL); define('INCLUDE_CHECK',true); require_once 'fran_load.php'; session_start(); // works fine with session_start() //sess_start(); // was working fine earlier but is now problematic hea...
- 8 replies
-
- sessions
- session variables
-
(and 1 more)
Tagged with:
-
When I run my quiz program from one computer, it works okay. If I run it from another computer it works okay there too. But when I'm running both computers on the same program, they interfere with each other--the quiz running on one computer is waiting for an answer that was just asked on the othe...
-
Thanks to some help from Ch0cu3r and mac_gyver, I was convinced to explore session variables. My first experience is pretty good with Firefox, but not so much for Opera, Chrome, and IE. Here's my first experiment which I tried on all four browsers: if (isset($_SESSION["CrazyPageLoadCounter"])...