The following has solved my problem. Thanks to all who helped. $the_array=array();
-----Original Message----- From: Chris Hayes [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2003 10:14 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] Easier way to delete all entries in an array? 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 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php