newbie : trying to count records in mysql table

This is a discussion on newbie : trying to count records in mysql table within the alt.comp.lang.php forums, part of the PHP Programming Forums category; Help, I get no output on this code // Connect to database. $dbh = mysql_connect("localhost","user","...


Go Back   Usenet Forums > PHP Programming Forums > alt.comp.lang.php

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 07-11-2003
jim
 
Posts: n/a
Default newbie : trying to count records in mysql table

Help, I get no output on this code

// Connect to database.
$dbh = mysql_connect("localhost","user","password");
mysql_select_db("survey");

$query = "select count(*) from response1";
$result = mysql_query($query, $dbh);

while ($rows = mysql_fetch_row($result)) {
$count = $rows[0];
}


print $count;







any one have any Ideas ?

Thanks in advance
Jim


Reply With Quote
  #2 (permalink)  
Old 07-11-2003
point
 
Posts: n/a
Default Re: newbie : trying to count records in mysql table

try this....

// Connect to database.
> $dbh = mysql_connect("localhost","user","password");
> mysql_select_db("survey");
>
> $query = "select count(*) AS rec_count from response1";
> $result = mysql_query($query, $dbh);
>
> while ($rows = mysql_fetch_row($result)) {
> $count = $rows['rec_count'];
> }
>
>
> print $count;


Haven't tried it.....

hope tis helps...

point

"jim" <luvkatz@tds.net> wrote in message
news:p78sgv8rg85e9t7940qpeu86vpe95mp5oq@4ax.com...
> Help, I get no output on this code
>
> // Connect to database.
> $dbh = mysql_connect("localhost","user","password");
> mysql_select_db("survey");
>
> $query = "select count(*) from response1";
> $result = mysql_query($query, $dbh);
>
> while ($rows = mysql_fetch_row($result)) {
> $count = $rows[0];
> }
>
>
> print $count;
>
>
>
>
>
>
>
> any one have any Ideas ?
>
> Thanks in advance
> Jim
>
>



Reply With Quote
Reply


Thread Tools
Display Modes

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 Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 05:51 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0