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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T00:12:37+00:00 2026-06-14T00:12:37+00:00

I have a form and in a textarea I want to display some text

  • 0

I have a form and in a textarea I want to display some text that have some spanish characters but encoded as html. The problem is that instead of the spanish character it displays the html code. I’m using htmlentities to display it in the form. my code to display is:

<?php echo htmlentities($string, ENT_QUOTES, "UTF-8") ?>

Any idea or I just shouldnt use htmlentities in a form? Thanks!

EDIT
Lets say $string = 'á'

When I just do <?php echo $string ;?> I get á
If I do <?php echo htmlentities($string, ENT_QUOTES, "UTF-8") ?> I get &aacute;

I’m so confused!

  • 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-14T00:12:39+00:00Added an answer on June 14, 2026 at 12:12 am

    You can try explicitly adding content type at the top of your file as below

    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    

    if it’s already encoded as html then you need to decode it now..you can use html_entity_decode($string);

    Your string to be echoed in the form should be &aacute; as returned from database and not á

    $string = '&aacute;'; // your string as fetched from database
    echo html_entity_decode($string);// this will display á in the textarea
    

    and before saving to database you need to

    htmlentities($_POST['txtAreaName'], ENT_QUOTES, "UTF-8"); // return `&aacute;`
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a form with different html input fields... 1) <input type=text> 2) <textarea></textarea>
I have a form that lets the user enter in some text. It will
I have a form, and want to programmatically alter the help text that displays
I have a form, and I want that the first text area would not
I have a form with a textarea that can contain large amounts of content
I have an html form where the width of a textarea is specified with
I have a form with a textarea like this: <textarea id=code><a href='test.html'><img src='test.jpg'></a></textarea> I'm
I have textarea and i want, when i post the form if there are
I have a textarea in a form that will eventually be an email form.
I have a form with a textarea where users can write some code. I'm

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.