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

  • Home
  • SEARCH
  • 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 8545455
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T12:47:41+00:00 2026-06-11T12:47:41+00:00

i made a search user system in which user’s are searched by their first

  • 0

i made a search user system in which user’s are searched by their first name or email but the problem is if i enter the full name of the user it does not search it and also i am not able to make a query for that . i used this query to get user from first name and email.

"select * from users_profile where fname like '%$q%'  or Email like '%$q%' order by rand() LIMIT 10"

but how to get users from both first and second name . suppose i enter "john" it gives out the full result such as john doe but if i enter the full name such as john doe it does not gives any result. in my database the first name is represented by fname and last name by lname. ny help with this?

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

    You can use mysql CONCAT function to concatenate both first and second name and then search on the result, like this:

    select * from users_profile where CONCAT(fname,' ',lname) like '%$q%'
    

    that should do what you want.

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

Sidebar

Related Questions

I have a problem with my self-made search page. There is 2 tables: **name
I have made one custom user control (search text box), which basically consists of
I made a search system for my website. Let's say there are 5 datas
A colleague made a small module to retrieve twitter search results based on user
I have a application which allows user to make a search. Based on the
Hey, i've just made an iphone app and i'm getting the user to enter
I have been playing around a bit with a fairly simple, home-made search engine,
I have created a search feature for a site and in addition I made
I made a dll in c# but i need to export the functions. Is
I made a Web service in which I have a function to count some

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.