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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T07:13:27+00:00 2026-05-23T07:13:27+00:00

I am getting data from a database and which is used to populate the

  • 0

I am getting data from a database and which is used to populate the select element (list) on my page.

The data stored with which it has two spaces in my DB: "ABC CDE".

When I put the value in the select list, it removes the other space, thus leaving it "ABC CDE". But every time I get the data and I log it, it still has two spaces.

The problem is that if I needlook up something in DB using the name does not return anything because of the difference in spaces.

$query = "SELECT * from Member.people";
 $logger->debug($query);
 $result = mysql_query($query);
 $num = mysql_num_rows($result);

 while ($row = mysql_fetch_array($result)) {
      $op = $row['Name'];                    //ABC  DE
      echo '<option>'.$op.'</option>';       //ABC DE

 }

can someone help?

  • 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-23T07:13:28+00:00Added an answer on May 23, 2026 at 7:13 am

    Consecutive white spaces in HTML are collapsed:

    In particular, user agents should collapse input white space sequences when producing output inter-word space.

    They are preserved in attributes though. You have to set the value attribute correctly and it will work:

    echo '<option value="' . $op . '">'.$op.'</option>';
    

    If you don’t do that the content of the elements is used as value:

    This attribute specifies the initial value of the control. If this attribute is not set, the initial value is set to the contents of the OPTION element.

    what, as you already noticed, will give you the value with only one space (as it is collapsed).

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

Sidebar

Related Questions

I have the following two methods for getting data from my database: - (void)
I am getting list of data from database from my Service Class Method mDataVO.getMarketData()
I am getting some data from my database table. The query I use is
Getting error while inserting values into database (SQL Server 2008) Implicit conversion from data
I am getting data from server it gives in response a NSString which hase
I have a custom list view that is getting data from server and changing
Okay, I am developing an Application which requires getting sensitive information from a database
How can I get data from a UTF-8-encoded MySQL database without getting the UnicodeDecodeError?
I currently successfully use a SQLite database which is populated with data from the
Im getting data from a server by executing this code: - (void) sendGeneral:(NSString *)

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.