'How to use selected value from Ajax-function in PHP

I have a good knowledge of PHP and MySQL but no knowledge at all of Ajax ... This is why I ask this question: I am following this tutorial: enter link description here

my question is now: if I select for example Belgium, how can I pass this result into a php-script for further use? Like for example if ($selected == 'Belgium') {

Many thanks, Peter



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source