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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T05:43:08+00:00 2026-05-11T05:43:08+00:00

Why can’t htmlspecialchars() continually encode characters after each form submission? Take a look at

  • 0

Why can’t htmlspecialchars() continually encode characters after each form submission? Take a look at the following example:

<?php $_POST['txt'] = htmlspecialchars($_POST['txt']); ?> <form method='post'> <input name='txt' value='<?=$_POST['txt'] ?>' /> <input type='submit' name='save' value='test' /> </form> 

You can see it at running at http://verticalcms.com/htmlspecialchars.php.

Now do the following

1) Type & into the text field 2) Hit the test button once 3) When the page completes post back, hit the test button again 4) When the page completes post back, view the page source code 

In the input box, the value is & amp;

I was expecting & amp; amp;

Why is it not & amp; amp; ???

  • 1 1 Answer
  • 1 View
  • 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. 2026-05-11T05:43:08+00:00Added an answer on May 11, 2026 at 5:43 am

    This simply is HTML entity encoding. When using ‘&’ in an HTML attribute, it should be encoded. And this is what you are doing.

    So, the browser reads

    <input value='&amp;' /> 

    and translates it to an ‘textbox widget with value ‘&”.

    The same would be true for other special chars:

    <input value='&quot' /> 

    would result in a ‘ character.

    When you submit the form, the browser sends these values unencoded, therefore your PHP script receives it like ‘&’, not ‘&amp;’.

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

Sidebar

Ask A Question

Stats

  • Questions 119k
  • Answers 119k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer "Remote Desktop" (terminal services / MSTSC) does have separate desktops… May 11, 2026 at 11:44 pm
  • Editorial Team
    Editorial Team added an answer IE doesn't like the trailing comma: $("ul.tabs").tabs("div.tabs_panes > div", {… May 11, 2026 at 11:44 pm
  • Editorial Team
    Editorial Team added an answer SELECT id, name, last_reply, replies FROM ( SELECT topic_id, MAX(date)… May 11, 2026 at 11:44 pm

Related Questions

Why can't you do this and is there are work around? You get this
Why can I not see an option for copying database objects when I right
Why can't I pass the table name to a prepared PDO statement? $stmt =
Why can't I create a class in VB.NET that inherits System.IO.Directory ? According to
Why can't Delphi variants hold objects? More importantly, what's the reason behind this limitation?

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.