I don't know about count() I just created a variable called $count then incremented it each cycle of the loop then echo'ed the variable out echo $count;
----- Original Message ---- From: Jer <[EMAIL PROTECTED]> To: [email protected] Sent: Tuesday, September 19, 2006 1:04:53 PM Subject: [php_mysql] Re: Creating a message board...reply count COUNT() would work. I can write the MySQL code with it no problem. But how do I print the count number. --- In [EMAIL PROTECTED] ps.com, Derek Nugent <derekintexas@ ...> wrote: > > I just a newbie but I'd add a count variable and add to it for every cycle of > out put (if you're using a loop for output) > > > > > ----- Original Message ---- > From: Jer <whoisquilty@ ...> > To: [EMAIL PROTECTED] ps.com > Sent: Monday, September 18, 2006 9:51:48 AM > Subject: [php_mysql] Creating a message board...reply count > > I'm trying to create a message board and I want to add a reply count. The > entire board is in > one table is a mbid column and a mb_parent column. When there is a reply, it > writes the mbid > from the top level post to mb_parent. > > I want to get a count of how many mb_parents = mbid. > > How can I do this? > > Thank you. > > > > > [Non-text portions of this message have been removed] > [Non-text portions of this message have been removed] The php_mysql group is dedicated to learn more about the PHP/MySQL web database possibilities through group learning. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/php_mysql/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/php_mysql/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
