Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 923155
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T19:08:55+00:00 2026-05-15T19:08:55+00:00

I am setting a session variable inside a function studNameDetails1() while I am trying

  • 0

I am setting a session variable inside a function studNameDetails1()
while I am trying to retrieve it in a function ViewMark(). These are my two functions but there is no result:

function studNameDetails1()
{
     $_SESSION['ATTsub']=$sub_id = $ID[5];
}
function ViewMark()
{
      echo $_SESSION['ATTsub'];
}

When I echo the value in viewMark(), there is no value.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T19:08:56+00:00Added an answer on May 15, 2026 at 7:08 pm

    This is the way to handle sessions.

        <?php // this starts the session 
    session_start(); 
    
        // echo variable from the session, we set this on our other page 
    echo "Our color value is ".$_SESSION['color'];  
    echo "Our size value is ".$_SESSION['size'];  
    echo "Our shape value is ".$_SESSION['shape']; ?>  
    

    All of the values are stored in the $_SESSION array, which we access here. Another way to show this is to simply run this code:

    <?php session_start(); Print_r ($_SESSION); ?> 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there anything wrong with setting a Rails variable inside a javascript function? I
I am getting problem while setting up Session cookie using jersey. is there any
There are two options when setting up your JBPM session. You can put your
In MySQL help it says that Setting a session variable requires no special privilege
I'm setting a Session variable with an ajax call. I've tried both by using
Im setting a session variable on hypothetical page number 1. The user then clicks
How would I go about setting a session variable from the click of an
I have 2 controllers, I am setting a session variable in one controller and
I am setting a session variable once user login (Session[loginuser]) and redirecting to another
I am setting a session variable in PHP as follows: $_SESSION['pass'] = $pass; where

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.