> Here are some queries of the above table with their results.... > bases='Ft. Worth' returns record 1 > bases LIKE '%Worth%' returns record 1 > bases LIKE '%Ft.%' returns 1 & 2 > bases LIKE '%' returns all records (in this case, 1 & 2) > > See? That makes perfect sense. Thank you! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
- [PHP] Searching a MySQL database? James, Yz
- Re: [PHP] Searching a MySQL database? Toby Butzon
- Re: [PHP] Searching a MySQL database? James, Yz
- Re: [PHP] Searching a MySQL database? Toby Butzon
- James, Yz

