Possible Duplicate:
Loading Content using Ajax with PHP Include
So, I have a bit of a problem. I have a page, and in the page is a div, and in the div is an include for php. It includes a page that actually populates the div with content. Now, my issue is I want to make it so the div will refresh with more content loaded up from a MySQL server. My problem is going from the anchor link in the page, and using a (what, probably ajax I think?) call to a php function to load more content from the database. Thanks to any help anyone can give!