Since my first posting of this came out all screwed up,

I currently have a PHP script performing the following query:
mysql_query("SELECT * FROM Stuff WHERE Release LIKE \"%$var2%\"",$var1)

It works great except that the search is coming out case sensitive.
According to the MySQL Docs all searches are done without case
sensitivity.
I just have 2 questions:

1) I think the syntax I'm using is correct but incase it's not what is
the correct syntax for a case insensitive search?

2) What version of MySQL did the default of case insensitive searches
begin as I'm using 3.23.31.

Thanks

Mike
What you're doing is the opposite of help.
--Shrek




---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to