I have one variable with "Abcdef" And i need a function to convert all characteres to uppercase
For exemple $myvar = ""Abcdef"; $myuppedvar = upper($myvar); echo "$myuppedvar" // must show ABCDEF The function upper does not exist in PHP ( This is a Delphi one) . I would like to know what is the equivalent function who transforms any string in uppercase string ? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php