For a guide to the choosing ASP or PHP, click here
Home >> String Manipulation >> Convert String to UpperCase This code sample shows how to convert a string to all uppercase characters
<% ' This sample will display: ' Hello World! ' in only uppercase characters Response.Write UCase("Hello World!") ' Output: ' HELLO WORLD! %> What is ASP?
What is PHP?