Mega Code Archive

 
Categories / Php / Strings
 

Strtolower php

<?php    $url = "http://WWW.EXAMPLE.COM/";    echo strtolower($url); ?>