RakeshRaja VIP Member VIP โ 20 โ Impact 18 Jan 25, 2006 1K views 2 replies #1 hi i am newbie in coding.. i just know how to connetct database.. how to display data but i dont know how to show specific data and how to divide them in multiple pages.. can any one teach me in simpler style? thanks in advance Last edited: Jan 25, 2006
hi i am newbie in coding.. i just know how to connetct database.. how to display data but i dont know how to show specific data and how to divide them in multiple pages.. can any one teach me in simpler style? thanks in advance
C cis4life Established Member โ 20 โ Impact 0 Jan 25, 2006 #2 what you will need to do is filter your select statement, learn about and use the limit keyword in your sql select statments. This will allow you to "page" your data by only grabbing records from a particular spot and returning however many you want. Research 'Limit' and Sql You will see what Im talking about
what you will need to do is filter your select statement, learn about and use the limit keyword in your sql select statments. This will allow you to "page" your data by only grabbing records from a particular spot and returning however many you want. Research 'Limit' and Sql You will see what Im talking about
S SiKing Registered MemberEstablished Member โ 20 โ Impact 6 Jan 25, 2006 #3 Assuming you're talking about PHP and MySQL: http://www.freewebmasterhelp.com/tutorials/phpmysql