Search code examples
phphtmlajaxhref

Making a href link call upon a php script and run it


How do i make a href link call upon a PHP script without making the page refresh? Just in general? If someone could point me in the right direction it would be great. :)


Solution

  • jQuery is your friend! http://www.jquery.com

    Specifically, what you're looking for is called AJAX, and it's going to be a fun journey for you. Good luck!

    Reference: http://api.jquery.com/category/ajax/