Help with SQL & PHP

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
Little Spy
Forum Commoner
Posts: 31
Joined: Thu Oct 10, 2002 8:18 pm
Contact:

Help with SQL & PHP

Post by Little Spy »

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.
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

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?
Post Reply