Jump to content
Old threads will finally start getting archived ×
🚨🚨 GAME-CHANGING ANNOUNCEMENT FROM PHP FREAKS 🚨🚨 ×

Search the Community

Showing results for tags 'session variables'.

  • Search By Tags

    • session variables ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 5 results

  1. 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...
  2. 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...
  3. In my quiz program, I'm getting the following error: I have two session variables: question_ids is an array, and question_pointer is an integer that is supposed to tell the program which question_ids to display. After each question, the question_pointer will get incremented and the next que...
  4. 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...
  5. 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"])...
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.