Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Multi search system with PHP/MySQL
Old 01-10-2008, 05:32 PM Multi search system with PHP/MySQL
The PHP Professor

Posts: 340
Name: Alex
Location: Behind You
Trades: 0
I want to create a search system with PHP that searches multiple tables for the item the user is searching for. I dont know how to search multiple tables though.

I have 3 separate tables i want to search from, table_one, table_two, and table_three. In each of these tables there is a row called "Name".

I know how to search through 1 table but not 3 at a time.


So it would be like this for ONE table: "SELECT name FROM table_one WHERE name LIKE %$search_text%"
__________________
Go Kirby! <(" . "<) (^" . "^) (>" . ")> Talkupation!
microcolt is offline
Reply With Quote
View Public Profile Visit microcolt's homepage!
 
 
Register now for full access!
Old 01-10-2008, 05:48 PM Re: Multi search system with PHP/MySQL
rogem002's Avatar
PHP Chap

Posts: 843
Name: Mike
Location: United Kingdom
Trades: 0
I would assume the MySQl should look something like:
"SELECT name FROM `table_one`,`table_two`,`table_three` WHERE name LIKE %$search_text%".

You could also look at the MySQL Manual:
http://dev.mysql.com/doc/refman/5.0/...xt-search.html
__________________
My Blog/Site:
Please login or register to view this content. Registration is FREE
rogem002 is offline
Reply With Quote
View Public Profile Visit rogem002's homepage!
 
Reply     « Reply to Multi search system with PHP/MySQL
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.10085 seconds with 12 queries