w3schools ajax form print submit data code example
Example 1: order cancel delivery confirmed using php example website through ajax
order cancel delivery confirmed using php example website through ajax
Example 2: ajax call php
$.ajax({ url: '/my/site',
data: {action: 'test'},
type: 'post',
success: function(output) {
alert(output);
}
});