From: Harald K. <HK...@ta...> - 2006-01-17 09:33:18
|
Hi Michi.! > I think queryvalue() should be renamed to query(), and the current query > function to 'count()' or something.... I think the function 'count' ist not necessarily, you can make the same with an SQL-Query like this : select count(*) from whos_online; this will also return the number of rows from the SQL-query. BYe Harald --- http://EmptySoft.net |