Page 1 of 1

Help with SQL & PHP

Posted: Mon Apr 14, 2003 7:53 pm
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.

Posted: Mon Apr 14, 2003 8:56 pm
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?