Auto Ajax - Update your old PHP pages in Ajax including a simple class in your PHP Code
November 9, 2007
What is Auto Ajax?
Auto Ajax is a PHP Class written by Cesar D. Rodas. Surely you had seen many Ajax website that work without browser refresh. If you want implement this function in your php projects, this PHP Class is perfect for you. In fact I’ve test personally this class updating only parts of php code.
PHP Class structure of Auto Ajax use some Javascripts to see when user click on the current page links. When user do a click, PHP Class make an Ajax POST request to update only specific section of the page. Another important thing that make it a cross-browser compatible, is when user browser don’t support Ajax or Javascript, so Auto Ajax will be disabled automatically and your links will show as normal HTML links without Ajax feature.










Leave a Reply