Possible Duplicate:
using jquery $.ajax to call a PHP function
I have a couple of links (all different) that I want to execute without linking anywhere. Unlike other questions I don't want to send any data using a form, nor do I want to like to the same page everytime the link is clicked, I simply want to run the php script associated with the link but stay on the page the user is currently on. Ajax? jQuery?