Your best approach would be to write a PHP script that serves data in
XML or JSON format and then invoke the script from a $.ajax call in
jQuery.  Then you process the data you get back and insert it into
your document as appropriate.

Sorry for being vague, but without more information that's the best I
can do.

On Nov 29, 9:34 pm, Action <[EMAIL PROTECTED]> wrote:
> I have a PHP array of data I want to be able to append to the html
> using jquery and ajax. I want to be able to add different elements of
> the array to different parts of the page.
>
> How can I go about doing this?

Reply via email to