http://projects.cyberlot.net/trac/jqpie

Take a look through there, but basically the ajax calls are browser
calls so as long as you stay within the same domain anything the page
would have access to the php called through ajax has access to.

On 4/15/07, Alex Ezell <[EMAIL PROTECTED]> wrote:

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

Reply via email to