how to find last row and last column in Mysql

RegisterLogin
how to find last row and last column in Mysql
Post Description: how to find last row and last column in Mysql
Tags: how, to, find, last, row, and, last, column, in, Mysql
This Post Was Posted On Feb 29, 2008 By tory #1480
i want to know how to find last row and last column in Mysql? i have this script that i created but i want to get this information for the script to work the way i want it to. help please
Leave Your Comments
Related Pages: [Add Your Website]
Post New Topic
hostman
#1917 1
you can run this query on your php: (asuming you are getting the last userid from the users table)

$qry = "SELECT * FROM users ORDER BY userid DESC LIMIT 1";
May 01, 2007 Reply Report abuse
©2011 Webune Forums - Wed Dec 21, 2011 10:37 pm
Powered by: Webune Forums V3