response
// Set output to "no suggestion" if no hint were found
// or to the correct values
if (
hint == "") {
response="no suggestion"; } else {
response=
hint; }
//output the response
echo
response; ?>