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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T17:58:45+00:00 2026-06-15T17:58:45+00:00

quick question: How to check if row already exists in mysql? I know some

  • 0

quick question:

How to check if row already exists in mysql?

I know some will suggest mysql_num_rows(), which I’ve tried and no good.

Here’s the PHP code:

...

$chk = mysql_query("SELECT * FROM f_table WHERE f = '$id' AND h = 'h' AND status = '1'");

if(mysql_num_rows($chk) > 0){
    $msg = 'exist';
}else{
            $msg = 'gotta';
    }

Ps: I just noticed that the php manual suggested us to use some else instead of ‘mysql_num_rows()’, and my mysql version is 5.0. Is it related?

Thank u for ur time.

  • 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-15T17:58:47+00:00Added an answer on June 15, 2026 at 5:58 pm

    Typically you’d want to let MySQL do the counting instead of fetching all rows. MySQL can use indexes and doesn’t have to retrieve all data, which may be a lot more efficient:

    $result = mysql_query('SELECT COUNT(*) as `count` FROM ...') /* or die(mysql_error()) */;
    $row = mysql_fetch_assoc($result);
    
    if ($row['count'] ...)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Quick question. For example, working with a some-what larger case of ~1000 options: which
Just a quick question that no doubt someone out there will know the answer
guys just a quick question. I have a string in a mysql row resembling
I have a quick question about listView's and how check if a ListView (which
Quick Wordpress question. Is it possible to check against a specific category, so not
Quick question, I have the following string which is a coma separated list of
Quick question (and sorry if it's already been asked, I have looked but couldn't
Quick question on Bitmap repeat x and y, i tried the following and it
I have a quick question that I'm sure some of you would have an
This should a quick question for some easy rep. I'm doing some PHP Website

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.