Jump to content

[SOLVED] count if column value = x


delphi123

Recommended Posts

Hi I'm wanting to have a php page that displays the number of posts by a person.

 

There's a column called author in my database that holds this value, I'm wondering how I can do this?

 

Is there some way of counting the number of rows in a database that have a column with value x?

Link to comment
https://forums.phpfreaks.com/topic/88727-solved-count-if-column-value-x/
Share on other sites

thanks Laffin - that's actually really useful - the way you did it is not something I'd thought of, so my code can be much neater now!

 

Is it possible to 'stack' the where statements? 

 

Ie I'm now looking to show the posts that person x has posted in the last week, so I'd need something like:

 

count(x) where author='x' and where date='less than 7 days from current time'

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.