I\'m using a PHP script that is waiting for two values through $_GET.
I\'m trying to pass those 2 values using jQuery and that\'s where I\'m not too good at.
Her
you can do:
function xrate(id,rating){ $.get("ajax_xrate.php", { 'id': id, 'rate': rating }, function(){ alert('Bravo!') } ); }