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
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'

 

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.