alejandro52 Posted September 18, 2010 Share Posted September 18, 2010 I want to create a page where php reads the database and returns the data.in rows. if the data in the database are more than 10 i want the user to click on a button and return the next 10 data in the database. what comand should i pass to go to the next 10 arrays in the row? Link to comment https://forums.phpfreaks.com/topic/213719-next-page/ Share on other sites More sharing options...
mraza Posted September 18, 2010 Share Posted September 18, 2010 so exactly what you are looking is pagination , you can see a tutorial here http://php.about.com/od/phpwithmysql/ss/php_pagination.htm Link to comment https://forums.phpfreaks.com/topic/213719-next-page/#findComment-1112407 Share on other sites More sharing options...
alejandro52 Posted September 18, 2010 Author Share Posted September 18, 2010 thanks, i'll take a look at it. Link to comment https://forums.phpfreaks.com/topic/213719-next-page/#findComment-1112437 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.