Re: [PHP] Array Cleansing

2001-03-23 Thread Szii
March 23, 2001 12:07 PM Subject: RE: [PHP] Array Cleansing > > This is the code I'm currently using > > /* testing stuff */ > echo "\n"; > /* end of test */ > > And this is the output I'm getting > >PHP General Mailing Lis

RE: [PHP] Array Cleansing

2001-03-23 Thread Cal Evans
Try: if (!empty($work[$loop])) Cal http://www.calevans.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, March 23, 2001 2:07 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: [PHP] Array Cleansing This is the code I'm curr

RE: [PHP] Array Cleansing

2001-03-23 Thread pkshifted
This is the code I'm currently using /* testing stuff */ echo "\n"; /* end of test */ And this is the output I'm getting

RE: [PHP] Array Cleansing

2001-03-23 Thread Cal Evans
One way to do it is to spin through the original array using a for/next loop and build a second array of only the rows you want to keep. Then, rename the new array to the old array. ($oldArray = $newArray;) Cal http://www.calevans.com -Original Message- From: [EMAIL PROTECTED] [mailto:[