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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T16:03:22+00:00 2026-05-28T16:03:22+00:00

I know this must be a relatively simple problem, but Google has failed me.

  • 0

I know this must be a relatively simple problem, but Google has failed me. Say I have the following simple PHP document (no discussion on security, SQL injection, XSS, etc. This is just a simple example to illustrate my encoding problem):

<?php
if(!empty($_POST['message'])) {
    file_put_contents($filename, $_POST['message']);
}
?>
<!DOCTYPE html>
<html>
<head><meta http-equiv="content-type" content="text/html;charset=utf-8"/></head>
<body>
<form method="post" action="?">
    <textarea name="message">
    <?php echo htmlentities(file_get_contents($filename))?>
    </textarea>
    <input type="submit"/>
</form>
</body>
</html>

Now, I enter a Σ into the form and submit. When the page reloads, the textarea is filled with Σ instead of Σ.

I understand why this is (to a degree), but I do not know how to fix the post to stop it from happening. Any ideas?

  • 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-28T16:03:23+00:00Added an answer on May 28, 2026 at 4:03 pm

    htmlentities defaults to assuming ISO-8859-1 as input, but you feed it utf-8…, so a correct way would be htmlentities($string, ENT_COMPAT,"UTF-8");

    In this case I’d rather go for htmlspecialchars though, other entities shouldn’t be needed.

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

Sidebar

Related Questions

I know this must be relatively simple, but I have a dataset of JSON
I know this isn't strictly a programming question but y'all must have experienced this.
This must be a relatively newb question but I am still stuck. I know
This must be a simple problem, but I can't get my head around it.
I'm stuck on this pretty simple problem and I know there must be a
I know this must have been answered before here, but I simply can't find
I know SQL well but I must be missing something really dumb here. This
I feel like this must be simple to do but can't get it done
How do I lock compiled Java classes to prevent decompilation? I know this must
I'm just to figure out what does this method do, I know there must

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.