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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T22:43:10+00:00 2026-06-10T22:43:10+00:00

I am trying to construct an sql query to search my database for users.

  • 0

I am trying to construct an sql query to search my database for users. It is supposed to help users to find other users on my website to find friends.

I did some research because I knew I did not want:

$query = "SELECT userName, userID FROM user WHERE userID = $userName ";

Because it would not be an effective search if they had to type the users exact name in to find them.

After doing some research I decided to try the like term with % symbols in front and back so it could be the name with lets say numbers before or after and it would show up.

The example I found online formatted it like this:

$query = "SELECT userName, userID FROM user WHERE userID Like '%{$userName}%' ";

but when I executed this query while implemented on m y website, I ran into problems of it returning to many results. It returned results that did not include anything within my search term.

I also tried the above search query with out the brackets since I did not understand why I needed them but I got the same results.

Any suggestions on how to make the search a little stricter using the above command query?

Or any other suggestions for how I should search my database for a user to friend?

  • 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-10T22:43:12+00:00Added an answer on June 10, 2026 at 10:43 pm

    The % sign is for wildcards. So if $userName = 'apple' your query would match apple, applepie, and crabapple but not appl.

    If you want an exact match remove the %s or the LIKE altogether.

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

Sidebar

Related Questions

I've been trying to construct a sql query with ZendFW, but I cant seem
I'm trying to construct an SQL query that selects data from both tables but
I'm trying to construct a SQL query that I think requires multiple JOIN's, but
I am trying to construct an sql query using a while loop that increments
I'm trying to construct a simple query in for getting users with particular meta
I am trying to construct the SQL query, that should be executed as is
MSSQL 2008. I am trying to construct a SQL statement which returns the total
Am trying to construct a simple update query in my model class Model_DbTable_Account extends
I am trying to construct a Groovy statement to find values that don't exist
I'm trying to construct my linq-to-sql expression so that it only generates a single

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.