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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T19:49:59+00:00 2026-06-09T19:49:59+00:00

I have a whitespace issue, when I echo something from the database into a

  • 0

I have a whitespace issue, when I echo something from the database into a textarea it adds some whitespaces.

when I use trim() it only removes the whitespaces at the beginning but there are still some left. I just can’t wrap my head around it.

echo trim("[quote=".name($msg['naam'])."]\n".$msg['bericht']."[/quote]\n");

I load the quoted message with jQuery like this

function quoteMessage(pid){
    $("#post2").addClass("click");
    $(".label").addClass("hidden");
    $.post('/action-handler.php', { action: 'quote_message', pid: pid}, function(response) {
        if(response != 'ERR'){
            $('#post2').val($('#post2').val()+response);
        } else {
            $('#response').css('display', 'block');
            $("#response").append("<p class='good display-error'>An unexpected error occurred.</p>");
        }
    });
}
  • 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-09T19:50:02+00:00Added an answer on June 9, 2026 at 7:50 pm

    For sure, your html code is like this :

    <textarea>
    
    <?php echo $value ?>
    
    </textarea>
    

    Then you have white space inside your textarea. You should write:

    <textarea><?php echo $value ?></textarea>
    

    See a live example here.

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

Sidebar

Related Questions

I have simple algorithm that clean the whitespace from half string until end. Here
I have the following bash script: #DIR is something like: /home/foo/foobar/test/ without any whitespace
New to Tsung and Erlan and have run into an issue I haven't been
I have an issue with using AWK to simply remove a field from a
I have a very strange issue regarding only IE8 + Windows Vista, the error
I have one html document which contains whitespaces in some nodes. For example, <B>This
It is possible to have whitespace in an Ember.Object 's field name, but how
I have defined custom shortcut in General -> Key dialog for Show Whitespace character.
I have been trying to write a regex that will remove whitespace following a
I have a file which has multiple columns, whitespace separated. e.g: data1 data2 data3

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.