-
AJAX to PHP return code.
I’m just getting into coding with AJAX and am having a bit of trouble figuring out how to use AJAX code that returns content from a PHP file. I basically need it to pass in a page name and have the PHP load the contents of the page, then return to the client, then place in a DIV. Any help would be greatly appreciated.