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