Home › Forums › Back End › Autoupdate wall using Ajax? › Re: Autoupdate wall using Ajax?
February 22, 2012 at 10:16 pm
#97269
Member
posts.php could just be the original page – your index.php if that is what it is called, it can reload itself effectively as it only pulls out the bits it needs
I would normally however create a stripped down version for ajax purposes so that it loads faster. A thought would be to then include that posts.php from your original file so you only have one copy of the code to maintain.