Counting number of displayed results

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jarow
Forum Commoner
Posts: 83
Joined: Tue Jan 28, 2003 2:58 am

Counting number of displayed results

Post by jarow »

Am fairly new to PHP and MYSQL and have been searching around for a way to do the following. If anyone can get me started with this or recommend a tutorial I would appreciate it.

I have multiple search page to allow researchers to look up animal genera and species. I would like to create a counter that will display 1)the number of genera and 2) number of species that appears on the results page. Depending on the search criteria there may be any number of genera or species on the result page.

Don´t know where to start. Am not sure how to write the query.

Any help would be greatly appreciated
Seattlebadboy
Forum Newbie
Posts: 11
Joined: Mon Jun 16, 2003 3:55 am
Location: Seattle, WA
Contact:

Post by Seattlebadboy »

do you have a database setup?
Post Reply