Re: [PHP-DB] PHP/MySQL Question

2001-11-19 Thread RNie
Look at the MySQL manual that came along with it when you downloaded it: manual.html#String_comparison_functions or manual.html#Comparison_Operators May be that helps you. René www.comunica2.net -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED]

RE: [PHP-DB] PHP/MySQL Question

2001-11-12 Thread Rick Emery
SELECT * FROM messages WHERE userID NOT LIKE '%$userid%' -Original Message- From: Peter Brown [mailto:[EMAIL PROTECTED]] Sent: Sunday, November 11, 2001 11:28 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [PHP-DB] PHP/MySQL Question HI, New to PHP/MySQL, I was wo

[PHP-DB] PHP/MySQL Question

2001-11-11 Thread Peter Brown
HI, New to PHP/MySQL, I was wondering if this was possible. I have a users database with an auto-incremented userID field. I have another message database (it's a message board database) - one of the fields is a TEXT field with userIDs separated by carriage returns; eg; if on one record userI