Is it possible to load a PHP page via AJAX such that the PHP page being loaded has access to the session, objects and variables which exist in the calling page?
My situation is that I would like to load one of several different forms (written in PHP) based on which link a user clicks. Essentially, they are selecting what kind of post they want to create and I want to load the appropriate form via AJAX. Those PHP forms use PHP includes, access objects and user in-page variables, so keeping that stuff intact is the goal. Any ideas? /alex