Strings Php

    $string = "http://www.example.com/mypage.php";
    $newstring = strstr($string, "www");
?>