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 6988263
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T19:03:23+00:00 2026-05-27T19:03:23+00:00

Good day, I am sending e-mail with php and I use user’s session for

  • 0

Good day,

I am sending e-mail with php and I use user’s session

for example :

$subject_user_name= $_SESSION['User']['User_Name'].' '.$_SESSION['User']['User_Surname'];
$subject_baby_name= $profil['Baby_Name'].' '.$profil['Baby_Surname'];           
$subject = sprintf("%s added first for %s ",$subject_user_name,$subject_baby_name);

Problem : for everyone $_SESSION is working but for one user it is not working, and my mail’s subject going like this = ” added first for Martin”

I need your help. Maybe it is a browser issue.

  • 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-27T19:03:24+00:00Added an answer on May 27, 2026 at 7:03 pm

    This user might have cookies disabled or have other tight security measures in place. You can ‘catch’ this problem by checking if the session keys actually have values, like this:

    if(isset($_SESSION['User']['User_Name'])
       && isset($_SESSION['User']['User_Surname'])
       && !empty($_SESSION['User']['User_Name'])
       && !empty($_SESSION['User']['User_Surname'])
    ) {
        $subject_user_name = $_SESSION['User']['User_Name'] . ' ' . $_SESSION['User']['User_Surname'];
    } else {
        $subject_user_name = 'Unknown user';
    }
    

    Alternatively, you could check for just the first or last name, rather then both.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Good day! In his Effective STL Scott Meyers wrote A third is to use
Good day! I am a little bit confused. I want to use a calendar
Good day! I am trying to use jquery .post(). My problem is I want
Good day, Is there a Regex that I could use to prepend a 0
Good day. I would like to know if it is possible to apply styles
Good day, I'm trying some examples to classify text from the NLTK cookbook and
Good day. I try to create web service server with yii and client for
Good day. I try to add event to segment control, but it always take
Good day. I try to add new tab with navigation controller to my app.
Good day, We just converted our web application .NET 1.1 to .NET 2.0. We

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.