Fodor László - 2008-12-20 19:11:42
PHPAjax is a great tool, I like it more and more, but I use xhtml strict doctype, and it violates the rules while including the scripts (missing type attribute), and with pure ampersands in the callback url while calling the pfpajax_execute function.
I could manage the scripts replacing '<script src=' to '<sript type="text/javascript" src=', but this approach failed with the ampersands, because if I replaced them to "&" my arguments do not work...
Thanks, FDR