
Welcome Guest
|
#1
|
||||
|
||||
|
Searching Fields in MySQL Table
Hey guys,
I wish to know how to do a simple MySQL search. I want to search through many fields that I have in one table. I looked at some documentation and came across the MATCH() AGAINST() command. I tried a few different scripts on my own, but came out with errors. Here's what I tried: Code:
$query = "SELECT * FROM tableName WHERE MATCH (fieldName) AGAINST ('wordToSearchFor');Thanks! |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| bizarre flash behaviour please help | creation22 | Client Side | 1 | 12-15-2006 07:20 AM |
| Flash / Mysql / PHP Integration | jnarowski | Flash MX 2004 |
0 | 08-19-2005 05:36 PM |
| flash PHP and mySQL ???????????? | trippin | Server Side | 6 | 07-01-2005 01:08 AM |
| Checking MySQL Table Data | dv8 | Server Side | 2 | 06-15-2002 12:11 AM |
| Changing a MySQL Table Field Value | dv8 | Web Platforms - PHP, JSP and .NET | 1 | 04-04-2002 06:38 PM |

Other Programming



