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 7909647
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T12:31:12+00:00 2026-06-03T12:31:12+00:00

I have a database which contains fisheries in different regions. I am using the

  • 0

I have a database which contains fisheries in different regions. I am using the command below:

    $sql ="SELECT region FROM table WHERE region='Fife'";
    $res = mysql_query($sql) or die(mysql_error());
    while($row = mysql_fetch_assoc($res)){
        $total = array ($sql);
        echo count($total);

This gives me (111111111111111) as an output. However i am looking for it to return (15) instead. There are currently only 15 enteries which match ‘Fife’

Can anyone suggest how i can improve my code to get the desired results??

  • 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-06-03T12:31:30+00:00Added an answer on June 3, 2026 at 12:31 pm
    $sql ="SELECT region FROM table WHERE region='Fife'";
        $res = mysql_query($sql) or die(mysql_error());
    $total = array();
    while($row = mysql_fetch_assoc($res)){
    $total[] = array ($sql);
    }
    echo count($total);
    

    If you want to keep the records

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

Sidebar

Related Questions

Learning php! I have a sql database which contains a table called 'images' which
I have a sql server 2005 database which contains a user table.. Is it
I have a database (NexusDB (supposedly SQL-92 compliant)) which contains and Item table, a
I have one table in sqlite database which contains five different columns as shown
I'm using SQL Server 2008 R2 and I have a database which contains two
I have a table in my sql server 2005 database which contains about 50
I have one database table which contains 8 columns. One of the columns is
we have a table in an Oracle Database which contains a column with the
I have a database table which contains an unsigned integer field to store the
I have a MySQL database which contains a table of users. The primary key

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.