# [EMAIL PROTECTED] / 2007-02-09 09:24:01 +0200:
> I am currently calling the creation of the array as such;
> 
> $articles = split("Section break", $mystring); <-- this works
> 
> NOW ... I need to split each item in the articles array into its own array
> (newsarray)
> 
> I have tried 
> 
> Foreach ($articles as $value) {
>       $newsarray = split("<br", $value);
> }
> 
> But this aint working ... 

Define "this aint working".

-- 
How many Vietnam vets does it take to screw in a light bulb?
You don't know, man.  You don't KNOW.
Cause you weren't THERE.             http://bash.org/?255991

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

Reply via email to