View Single Post
Old 11-28-2004, 12:25 PM   #2 (permalink)
Emily
 
Monster Techie

Join Date: Jul 2003

Posts: 1,179

Emily is on a distinguished road

Send a message via AIM to Emily
Default

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 is offline