Tuesday, 26 July 2016

PHP strtolower() Function

<!DOCTYPE html>
<html>
<body>

<?php
echo strtolower("Hello WORLD.");
?>

   
</body>
</html>

php string all small caps

No comments:

Post a Comment