Hi,
I'm working on a blog type site where articles will be posted regularly, and I'm currently trying to figure out how to add a next and previous button to navigate through the articles onto the home page. I would like to do this asynchronously if possible so that the page doesn't refresh just the main content with article in it, and the articles are stored in a table on an sql database. I am able to use php to retrieve the first article(or anyone I need), but because php is server side I can't call it on a user action to get the next one...What do I do?