Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Autoupdate wall using Ajax? Re: Autoupdate wall using Ajax?

#97269
bungle
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.