A community of PHP developers offering assistance, advice, discussion, and friendship.
Skip to content
Moderator: General Moderators
Post by ridshack » Fri Nov 24, 2006 12:53 pm
Code: Select all
<?php $uppercase = “i need to be uppercase as a user entered me wrong.”; echo “$uppercase”; ?>
Post by jayshields » Fri Nov 24, 2006 1:05 pm
strtoupper()
Post by andym01480 » Fri Nov 24, 2006 1:06 pm
Post by ridshack » Fri Nov 24, 2006 11:38 pm
Return to “PHP - Code”