RE: Count (*) function results needed in echo statement

2003-03-05 Thread John Berman
elps John B -Original Message- From: Stitchin' [mailto:[EMAIL PROTECTED] Sent: 05 March 2003 04:08 To: [EMAIL PROTECTED] Subject: Count (*) function results needed in echo statement I've got the following code in my php file: >>>>>>>>>>>>&g

RE: Count (*) function results needed in echo statement

2003-03-05 Thread Stitchin'
ed in echo statement > -Original Message- > From: Stitchin' [mailto:[EMAIL PROTECTED] > Subject: Count (*) function results needed in echo statement > > > I've got the following code in my php file: > >>>>>>>>>>>>>

Re: Count (*) function results needed in echo statement

2003-03-04 Thread Paul DuBois
At 23:08 -0500 3/4/03, Stitchin' wrote: I've got the following code in my php file: /* Select all categories from designcatagories table */ $query = "SELECT designcatagories.catcode, designcatagories.catdesc, count(*) FROM designs,designcatagories where designs.catcode = designcatag

RE: Count (*) function results needed in echo statement

2003-03-04 Thread Sqlcoders.com Programming Dept
> -Original Message- > From: Stitchin' [mailto:[EMAIL PROTECTED] > Subject: Count (*) function results needed in echo statement > > > I've got the following code in my php file: > >>>>>>>>>>>>>>>>>&g

Count (*) function results needed in echo statement

2003-03-04 Thread Stitchin'
I've got the following code in my php file: > /* Select all categories from designcatagories table */ $query = "SELECT designcatagories.catcode, designcatagories.catdesc, count(*) FROM designs,designcatagories where designs.catcode = designcatagories.catc