Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6579565
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T15:54:54+00:00 2026-05-25T15:54:54+00:00

Probably pretty simple, but I am having a few issues. All I am trying

  • 0

Probably pretty simple, but I am having a few issues.

All I am trying to do is “count” how many posts a “certain” “author” has from a certain “category”

Table set up:

id | author | category | full | short

1      jim       2,3      ...     ...
2      josh      5,9      ...     ...
3      jim       3,9      ...     ...
4      jim       1,9      ...     ...
5      josh      3,4      ...     ...
6      trina     2        ...     ...

I know how to query..

But, how do I code a “foreach”

to count how many posts if I query (example query)

WHERE category = '9' AND author = "$author"

So it would show me the posts by that author, which is no big deal, but how would I show :

if $author = “jim”

Jim (2 posts in Category 9)

or if $author = “josh”

Josh (1 post in Category 9)

Thanks in advance!!

Here is what I used, thanks !!

<?php echo $row_Recordset1['author']; echo '(' . $totalRows_Recordset1 . ')'; ?>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T15:54:54+00:00Added an answer on May 25, 2026 at 3:54 pm

    you can do it by sql query only no foreach to calculate. not tested by you can do like this

    (not tested)

    SELECT * FROM table_name WHERE category LIKE '%,9' OR category LIKE '9,%' OR category LIKE '9' OR category LIKE '%,9,%'
    

    then you can directly count it by

    mysql_num_rows
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Ok. I know this is probably pretty simple, but I am having a difficult
This is probably pretty simple but I'm trying to take the value from an
I know this is probably a pretty simple question, but i am trying to
this is probably pretty simple, but I've got this text file containing a bunch
This is probably pretty simple, but I can't figure out how to do it:
This is probably pretty simple. I want to select all elements of a given
$count_sql = preg_replace(/SELECT(.+?)FROM/, SELECT COUNT(*) FROM, $sql); It's probably pretty obvious what I'm trying
It is probably pretty simple but I cannot figure it out: Say I have
I have a probably pretty simple question but I am still not sure! Actually
This is probably pretty simple, but here: Say I've got two models, Thing and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.