I have been searching around to find out how to do this but I can't find anything basic enough for my needs.
I want to create a 5 star rating system, that if the 3rd star is clicked for example it passes '3', '$variable1' and '$variable2' to 'rate.php'
I can then create a script in rate.php to insert a query into the correct table etc.
I can do this normally, but not using Ajax. How can I do it using ajax?