Re: Getting domain out of a URL {SOLVED]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wednesday 17 January 2007 06:16 pm, Jay Blanchard wrote:
> [snip]
> Why not use explode with the period (.) as the delimiter?
>
> $url =  ranchy.stuff.com and other junk";
> $boom = explode(".", $url);
> print_r($boom);
>
> $boom is now an array containing 'ranchy', 'stuff', 'com and other junk'

Sigh.

I have used that code just above the area I have been working on  . . .  it's 
been a long day.

Thanks - it does the job very well!

Andre

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux