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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T10:55:24+00:00 2026-05-16T10:55:24+00:00

In a registration procedure, after a user has successfully registered, I need to output

  • 0

In a registration procedure, after a user has successfully registered, I need to output the user entered information such as, user name, password, security question, etc. back to a welcome page.

My question is what some good practice I should follow in order to output the user enter info on a page?

For example,

echo htmlentities($user_name);
echo htmlentities($user_password);
echo htmlentities($user_secrete_answer);

Thank you

  • 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-16T10:55:25+00:00Added an answer on May 16, 2026 at 10:55 am

    Using htmlentities is fine to prevent attacks where HTML is injected (like XSS); in fact, you could even use just htmlspecialchars that suffices to encode the special characters of HTML (remember to set the quote_style parameter to ENT_QUOTES if you want to insert the data into a HTML attribute value wrapped in single quotes).

    But you should not print every data that is sent to your application. The password is a datum that should not be returned to the user in any way to prevent a disclosure of this information:

    If the […] password is displayed on the screen, it can be seen by shoulder surfers. So it is a good idea not to display the password […]

    Furthermore, the password should never be stored in plain text but only as a hash, if possible using an additional salt.

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

Sidebar

Related Questions

So I am writing a registration form and I need the display name to
I have a product registration form that allows the user to add additional product
I noticed that the castle windsor fluent component registration interface has the rather confusing
We have a simple registration form for our website users where we only require
Assuming self-registration is used to install components as part of a larger installer program,
I have a table of vehicles with registration numbers, and want to select a
I would like to have the authentication and registration parts of my website encrypted
If I want to provide OpenID as the only registration method available AND want
I recently read Ayende's blog post on automatic registration working with XML Configuration. I
I'm trying to chart the number of registrations per day in our registration system.

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.