The_Servant Posted February 7, 2008 Share Posted February 7, 2008 Hey guys, Been learning this for about 3months and I am starting to get to the final stages of my first website design. I have a couple of questions and any help would be much appreciated. It's more if these are possible and if they are, where could I start. I am not asking for code, but just some function names or ideas that can give me a starting point. 1. With regards to recalling data from a database, I don't have a clue how to sort it into pages. So for example, recalling a member list, but only wanting to display 30 members per page? Any suggestions? 2. How can I get my server (or something else) to update data automatically, every hour or so? Is there a way to set a certain script to run every x mins? Cheers. Link to comment https://forums.phpfreaks.com/topic/89858-pages-function-offline-updates/ Share on other sites More sharing options...
Northern Flame Posted February 7, 2008 Share Posted February 7, 2008 1. you could do something like mysql_query("SELECT * FROM table WHERE something='something_else' LIMIT 30"); 2. Google CRON JOBS http://www.google.com/search?hl=en&q=cron+jobs&btnG=Google+Search Link to comment https://forums.phpfreaks.com/topic/89858-pages-function-offline-updates/#findComment-460540 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.