Quick and Easy Ajax with PHP

746 days ago
tags: , ,
So, I’ve been searching for a simple method to quickly create some Ajax based applications using a PHP backend. My requirements were simple and consisted of only one item: avoid hand coding JavaScript as much as possible. After much searching and reading of APIs and documentation, I came across a great library called xajax.

Click here to read more