How Can I Add Pagination To A Joomla 1.5 Module?
I want to display a list of 5 upcoming events (from MySQL database) in my module. But i want to add a link at the bottom of the module that says “next 5 events”. When a user will click on this link, the next 5 events will be retrieved from the database. I want to do this asynchrounously if possible (AJAX?). Please help!
Search more about How Can I Add Pagination To A Joomla 1.5 Module?:




You can check AJAX lesson website like http://ajaxlesson.com/ ,etc.