Thread
:
Php case sensitivity
View Single Post
11-28-2004, 12:25 PM
#
2
(
permalink
)
Emily
Monster Techie
Join Date: Jul 2003
Posts: 1,179
There's an easy way to do this... There's a function strtolower() (also a strtoupper) that will change any string to lowercase. So your code would look like this:
if (strtolower($sysdat)=='other') echo "Example Other";
Hope this helped.
__________________
<a href=\"http://www.upstark.com\">www.upstark.com</a>
Emily
View Public Profile
Send a private message to Emily
Visit Emily's homepage!
Find More Posts by Emily