QT wrote:
Dear Sirs,

When I use where statement, I see that there is no meaning small and big
letter. Without looking small caps or big, result comes back. But I want to
match only small letters. How can I do that?

Best REgards


Where statement for what? MySQL? If so, I don't think you can do it on the SQL end as WHERE is normally case-insensitive. You could use a regular expression while looping thru your result set.


--
John C. Nichel
KegWorks.com
716.856.9675
[EMAIL PROTECTED]

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to