Question:
<?php
    $url = "http://WWW.EXAMPLE.COM/";
    echo strtolower($url);
?>
Which of the following is correct output for above Statement ? 

A http://www.example.com/ 

B www.example.com 

C http://WWW.EXAMPLE.COM/ 

D WWW.EXAMPLE.COM 

+ Answer
+ Report
Total Preview: 1211

Copyright © 2024. Powered by Intellect Software Ltd