
June 10th, 2000, 02:44 AM
|
 |
.Net Developer
|
|
Join Date: Feb 2000
Location: London
Posts: 987
Time spent in forums: 3 h 26 m 22 sec
Reputation Power: 14
|
|
Raghu,
you can do this,you should issue the following sql statement.
$query="SELECT * FROM tblname LIMIT 0,10";
//0- offset,10 rows
//Retrieve 1-10 rows
if you want to display all the records then remove "limit" from the sql query...
GOOD LUCK!!!
------------------
SR -
shiju.dreamcenter.net
"The fear of the LORD is the beginning of knowledge..."
[This message has been edited by Shiju Rajan (edited June 10, 2000).]
|