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