Forum Moderators: coopster
I am creating a CMS system for a client and the webpage is all positioned absolutly.
The client will be adding jobs on this like a job board and i want to make php add a new page whenever the amount of jobs is about to go over the web page height.
(e.g web page height is 660px and the amount of jobs exceeds this)
and also add a next button to the next page of results.
Hope this makes sense