RE: [PHP] count() problem :D

2001-04-27 Thread Joe Sheble \(Wizaerd\)
oldFusion, PHP, and mySQL http://www.wizaerd.com = > -Original Message- > From: Chris Adams [mailto:[EMAIL PROTECTED]] > Sent: Friday, April 27, 2001 9:31 PM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] count() problem :D > > > On 27

Re: [PHP] count() problem :D

2001-04-27 Thread Chris Adams
On 27 Apr 2001 19:50:04 -0700, Chris Schneck <[EMAIL PROTECTED]> wrote: >anywho, im having problems getting data out of the count() function i've >implemented, could anyone lend a hand? > >$query = "select count(fld_gender) from tbl_survey"; > >how exactly is it that you output dat

[PHP] count() problem :D

2001-04-27 Thread Chris Schneck
hey all, this is my first message to this group, im gonna print it out :) anywho, im having problems getting data out of the count() function i've implemented, could anyone lend a hand? $query = "select count(fld_gender) from tbl_survey"; how exactly is it that you output data r