MySQL Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsDatabasesMySQL Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
  #1  
Old January 2nd, 2006, 10:38 PM
Mirlynn Mirlynn is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jan 2006
Posts: 1 Mirlynn User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 21 m 5 sec
Reputation Power: 0
Exclamation Am I using mysql COUNT incorrectly?

I am trying to count the number of rows I have in a mysql table. I am trying to test to see if I am using the MySQL COUNT properly and I am apparently doing something wrong. I am coming up 2 short of what I can see in my DB. I have 21 rows in the table but when counting the rows, I keep having 19 returned. Here is the query I am using:

$event_id = 1;
$active = "YES";

$teamresult = mysql_query
("SELECT COUNT(*) as Count
FROM event_team
WHERE event_id = $event_id
AND active = '$active'");

$trow = mysql_result($teamresult, 0, 0);

Any thoughts would be greatly appreciated on why I am getting the wrong result returned.

THANKS IN ADVANCE!!!

Mirlynn

Reply With Quote
  #2  
Old January 3rd, 2006, 09:03 AM
MadCowDzz's Avatar
MadCowDzz MadCowDzz is offline
I'm Internet Famous
Dev Articles Frequenter (2500 - 2999 posts)
 
Join Date: Jan 2003
Location: Toronto, Canada
Posts: 2,890 MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level)MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level)MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 1 Week 16 h 14 m 9 sec
Reputation Power: 8
My guess is, although you have 21 rows, only 19 have an event_id of whatever and an active value set to whatever

If you run that same command (with real values and not variables) directly against your database (not in a PHP script), you should see the same results.

For the record, and because I love saying it, I recommend adding an or die() clause to your mysql_query statement.

Code:
$teamresult = mysql_query($query) or die("MySQL ERROR ".mysql_errno().": ".mysql_error());
__________________
Daryl's Homepage | My Blogroll | My Profile | Firefox supporter!
DevArticles Forum Moderator

"The net is a waste of time, and that's exactly what's right about it." -- William Gibson

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsDatabasesMySQL Development > Am I using mysql COUNT incorrectly?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway
Stay green...Green IT