I have an array that contains several empty elements. What is simplest way
to remove these elements?

Array ( [0] => [1] =>
[2] =>
[3] => 16/Mar/02
[4] =>
[5] => 17/Mar/02
[6] => 18/Mar/02
[7] => 19/Mar/02
[8] => 20/Mar/02
[9] => 21/Mar/02
[10] => 22/Mar/02
[11] => 23/Mar/02
[12] =>
[13] => 24/Mar/02
[14] => 25/Mar/02
[15] =>)

Thanks

Craig ><>
[EMAIL PROTECTED]


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

Reply via email to