Re: [PHP] array count() oddity

2003-05-31 Thread Kevin Stone
- Original Message - From: "Guru Geek" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 30, 2003 3:15 PM Subject: [PHP] array count() oddity > Hello, > > I have a mysql statement listed below. The table contains about 100 > rows of info

[PHP] array count() oddity

2003-05-31 Thread Guru Geek
Hello, I have a mysql statement listed below. The table contains about 100 rows of information. Only one row matches the $criteria. Can anyone tell me why the count($myrow) is 8? Shouldn't it be 4 (id, vanNumber, origin, destination)? $criteria = "02-25-2003"; $result = mysql_query("SELECT id