
02-16-2008, 04:26 PM
|
|
That one guy...
|
 |
Join Date: Mar 2001
Location: Sonoma County, California
Posts: 2,925
|
|
Quote:
Originally Posted by Crow
If it returns "s" and "S", doing the following is probably easier:
PHP Code:
switch (key) { case "s": case "S": //stuff break; }
|
Hehe. |
__________________
Do it with a DON!
|
|
|
|