Re: [PHP-DB] counting records

2002-05-21 Thread Jason Wong
On Wednesday 22 May 2002 11:02, CrossWalkCentral wrote: > OK when i pull data oout of the database i want to count the number of > records where 3 field are the same. > > I have 6 fileds > field1=my first name > filed2=my last name > filed3=my email > filed4=other > field5=other > field5=other > >

[PHP-DB] counting records

2002-05-21 Thread CrossWalkCentral
OK when i pull data oout of the database i want to count the number of records where 3 field are the same. I have 6 fileds field1=my first name filed2=my last name filed3=my email filed4=other field5=other field5=other I want to count the records that have the same field1,field2, and field3. so