Saturday, November 8, 2014

How to upper string from lower

<?php
$string_ano="joynob";
$string_to_upper=strtoupper("$string_ano");
echo $string_to_upper;
?>

No comments:

Post a Comment