Mar 16, 2005 #1 SFiend Programmer Jun 4, 2004 39 CZ Hi, is there any possibility to find out total number of rows when I use LIMIT? I use PHP and MySql.. Thank you for any idea...
Hi, is there any possibility to find out total number of rows when I use LIMIT? I use PHP and MySql.. Thank you for any idea...
Mar 16, 2005 #2 r937 Technical User Jun 30, 2002 8,847 CA yes, use the FOUND_ROWS() function rudy | r937.com | Ask the Expert | Premium SQL Articles SQL for Database-Driven Web Sites (next course starts May 8 2005) Upvote 0 Downvote
yes, use the FOUND_ROWS() function rudy | r937.com | Ask the Expert | Premium SQL Articles SQL for Database-Driven Web Sites (next course starts May 8 2005)
Mar 16, 2005 Thread starter #3 SFiend Programmer Jun 4, 2004 39 CZ I watched in MySql documentation and PHP documentation and haven't found this function Upvote 0 Downvote
Mar 16, 2005 #4 r937 Technical User Jun 30, 2002 8,847 CA http://dev.mysql.com/doc/mysql/en/information-functions.html rudy | r937.com | Ask the Expert | Premium SQL Articles SQL for Database-Driven Web Sites (next course starts May 8 2005) Upvote 0 Downvote
http://dev.mysql.com/doc/mysql/en/information-functions.html rudy | r937.com | Ask the Expert | Premium SQL Articles SQL for Database-Driven Web Sites (next course starts May 8 2005)
Mar 16, 2005 Thread starter #5 SFiend Programmer Jun 4, 2004 39 CZ Yes, that's it!!! Thank you, you have saved me a lots of time Upvote 0 Downvote