
-----------------------------------
Homer_simpson
Sat Nov 01, 2003 7:50 pm

upper case lower case
-----------------------------------
is there a function that would turn lower case letters to upper case for example if i input "a" it would output "A" ?

-----------------------------------
Amailer
Sat Nov 01, 2003 7:56 pm


-----------------------------------
NVM ITS http://ca.php.net/manual/en/function.strtolower.php

strtoupper(string, string)
strtolower(string, string)

-----------------------------------
Homer_simpson
Sun Nov 02, 2003 5:05 pm


-----------------------------------
TY... have some bits 10+
