$query = mysql_query("
SELECT COUNT(*) as NoOfRecords
FROM customers
WHERE last_name = 'Smith'");
$result = mysql_result($query, 0);
- [PHP] counting records in db afan
- Re: [PHP] counting records in db Dave Goodchild
- Re: [PHP] counting records in db afan
- Re: [PHP] counting records in db afan
- Re: [PHP] counting records in db afan
- Re: [PHP] counting records in db Dave Goodchild
- RE: [PHP] counting records in db Brad Fuller
- Re: [PHP] counting records in db Paul Novitski
- Re: [PHP] counting records in db Richard Lynch

