I\'m having some trouble calling PHP scripts from Javascript without leaving the current HTML page (if it is at all possible). I understand it is possible using AJAX, althou
you can use jquery ajax:
http://api.jquery.com/jQuery.ajax/