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

The Archive Base Latest Questions

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

I have a script: $friendnotes = mysql_query(SELECT nid,user,subject,message FROM friendnote WHERE tousers LIKE ‘%$userinfo[username]%’

  • 0

I have a script:

$friendnotes = mysql_query("SELECT nid,user,subject,message FROM friendnote 
WHERE tousers LIKE '%$userinfo[username]%' ");

And the content in the “tousers” table of the database:

Test 
Example 
User

That script appears to be working well

However, if there is a user called “Test2”, it would also display content that has “Test2” in the database where $userinfo[username] is just “Test”

Is there any way to fix that problem? For example (this is just an example, I don’t mind if you give another way) make it so that it searches whole lines?

EDIT: I don’t think anyone understands, the “tousers” table contains multiple values (seperated by line) not just one, I want it to search each LINE (or anything that works similiar), not row

  • 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-13T13:23:09+00:00Added an answer on May 13, 2026 at 1:23 pm

    The condition

    tousers LIKE '%Test%'
    

    means that touser contains “Test” at some point, so it is true for “Test”,”MyTest”,”Test3″,”MyTest3″, and so on.

    If you want only to match the current user, try

    ... WHERE tousers = '$userinfo[username]'
    

    EDIT If you really want to store multiple names in one column (separated by newlines), you could use a REGEXP pattern like

    WHERE tousers REGEXP '(^|\\n)($userinfo[username])($|\\n)'
    

    Be aware to make sure that $userinfo[username] does not contain any regular-expression-like characters (‘$’, ‘^’, ‘|’, ‘(‘, etc.). Also (as mentioned in the comments above) this solution is suboptimal in terms of security/performance/etc: It would be better to model an 1:n-Relationship between the friendnote table and some friendnotes_user table …

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

Sidebar

Ask A Question

Stats

  • Questions 454k
  • Answers 454k
  • 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 I think def-ing things in the global namespace is about… May 15, 2026 at 9:50 pm
  • Editorial Team
    Editorial Team added an answer All others who have same problem should need to add… May 15, 2026 at 9:50 pm
  • Editorial Team
    Editorial Team added an answer You document Public Interfaces with those tools, you don't want… May 15, 2026 at 9:50 pm

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.