Forums

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

Home Forums CSS Is there a PHP CMS with AJAX? Re: Is there a PHP CMS with AJAX?

#64912
gno
Member

@simy202, AJAX is not something that a PHP CMS can “have”. AJAX is a way to handle page requests on your page asynchronous. It can be implemented anywhere you like, and in any cms system you want.

But it requires you to know how to use it. No systems will do it for you. If you want to build websites using AJAX you have to, at the very least, know your way around with jQuery and PHP.