There's got to be an easier way, is there?$the_array=array(); ?
for ($i=0; $i < count($the_array); $i++){ array_pop($the_array); }
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
There's got to be an easier way, is there?$the_array=array(); ?
for ($i=0; $i < count($the_array); $i++){ array_pop($the_array); }
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php