Thursday 6 September 2012

Convert Text To Uppercase PHP

Assalamua'alaikom w.b.t and Greetings.

Again for my MPS project.

Here the basic code i used using Xampp for localhost server.

This to make my content uploading easy.

Here the php code:

<?php
    $str = 'your strings here';
    
    echo strtoupper($str);
?>

Hope it help other..

No comments:

Post a Comment