On Thu, 13 Sep 2001 11:10:03 +0200 impersonator of
[EMAIL PROTECTED] (_lallous) planted &I saw in php.general:

>here's your script,
>
..
>Kill 'em All
>The Wall";
>
>$mem = split("\n", $mem);

Explode() is less expensive then split(), as long as you don't use regexp,
which is the case here, and (from the first glance without improvement
attempts:) you missed reset() of array before the while(list() each())
structure.
..
>var_dump($arr2);

This ^one^ is a good choice:)
..
i leonid http://nux.home.dk3.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to