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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T14:50:45+00:00 2026-06-01T14:50:45+00:00

wonder if someone could help me with a little problem. I have session values

  • 0

wonder if someone could help me with a little problem. I have session values stored when my users login to my php site like this <?php echo $_SESSION['SecurityID_ContactName']; ?>.

I can reuse these values throughout the site to display the logged in users name, however I now need to store this value in an external js file which creates a form. This would then placed the logged in users name in a form field which is submitted back to mysql?

The form inside the js file has fields as such:

        form += '<label>Name</label>';
        form += '<input type="text" id="author" placeholder="Your name" />';

I edit this to hold the session as such:

        form += '<label>Name</label>';
        form += '<input type="text" id="author" value="<?php echo $_SESSION['SecurityAssist_ContactFullName']; ?>  />'";

This doesn’t work, no real error as such its just removes the entire js script from the php page? Am I able to store the session value in a js file?

Kind regards

  • 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-06-01T14:50:46+00:00Added an answer on June 1, 2026 at 2:50 pm

    You can still store it in your HTML, for example in a data- attribute on the body tag.

    <body data-username="<?php echo $_SESSION['SecurityAssist_ContactFullName']; ?>">
    

    You can query it in Javascript using getAttribute() for example:

    var userName = document.body.getAttribute('data-username');
    ...
    form += '<input type="text" id="author" value="' + userName + '";
    

    Here is a small demo

    For cross-browser support you can also use jQuery (attr() or data()) or check this question.


    The other (IMO less clean) solution is to rename your Javascript file to .php. In this, case the webserver will run it, so you can use PHP commands inside. You should send the appropriate headers in this case (Content-type: text/javascript).

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

Sidebar

Related Questions

I wonder whether someone could help me please. I have to admit I'm relatively
I wonder whether someone could help me please. I have put together a form
I wonder if someone could help me figure out how to parse a string
I wonder whether someone could help me please. I'm using Image Uploader from Aurigma,
wonder whether someone can help me with the following one... I have a struct
I wonder whether someone could help me please, From a tutorial I found online
I can't quite get my head around this idea, wonder if someone could help
I wonder, if someone could help me... Is there a LINQ query that will
I wonder whether someone can help me please. I have a mySQL database which
I wonder whether someone can help me please. I have the following xml file

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.