[jQuery] Noob question: How to access a PHP variable and append it to the html?
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?