Is there a straightforward method to populate a div by fetching a PHP script (and sending data like POST or GET) to determine what data should be returned?
I'm searching for a solution that doesn't rely on a library... All I seem to come across are examples using prototype and jquery.
Has anyone accomplished this without using a library?