Enter trigger word:
Enter search word:
Explaining the code above:
$ajax = calling on jquery
url: = name of PHP file you want to execute scripts from
type = what you want to do to the PHP file, POST and GET are the only 2 options available
data: = "process" & "data" are the PHP variables, while "javavalue1" & "javavalue2" are the javascript variables
success: function (result) { = what to do while return values from the PHP commands