hi, for my new script I am going to be using the phptxt database API (if any of you are familar with it)
my question is how could I go about doing something like mysql_num_rows using just a select statement, as there is no support for mysql_num_rows just query execution.
Help with SQL & PHP
Moderator: General Moderators
-
Little Spy
- Forum Commoner
- Posts: 31
- Joined: Thu Oct 10, 2002 8:18 pm
- Contact:
I'm not familiar with it but the documentation is at http://www.c-worker.ch/txtdbapi/manual_html_eng/
and there is this method: http://www.c-worker.ch/txtdbapi/manual_ ... Count.html
isn't that what you want?
and there is this method: http://www.c-worker.ch/txtdbapi/manual_ ... Count.html
isn't that what you want?