At 16:13 12-6-03, you wrote:
There's got to be an easier way, is there?

for ($i=0; $i < count($the_array); $i++){
        array_pop($the_array);
}
$the_array=array(); ?


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



Reply via email to