Home › Forums › CSS › Is there a PHP CMS with AJAX? › Re: Is there a PHP CMS with AJAX?
January 21, 2011 at 8:23 am
#64912
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.