"; $d[1]=""; $d[2]=""; $d[3]=""; $d[4]=""; $d[5]=""; $d[6]=""; $d[7]=""; $d[8]=""; $d[9]=""; $d[10]=""; $d[11]=""; $d[12]=""; $d[13]=""; $d[14]=""; //get the q parameter from URL $q=$_GET["txt"]; //echo "exemplu de AJAX"; echo "
"; echo "S-a introdus \n"; echo $q; echo "
"; //lookup from array if (strlen($q) > 0) { $raspuns=""; $k=0; $response=""; for($i=0; $i Numărul de lucrări de laborator susţinute: ".$b[$hint]."

Prima atestare: ".$e[$hint]."
A doua atestare: ".$f[$hint]."

".$d[$hint]; } else { $raspuns=""; } } // Set output to "no suggestion" if no hint were found // or to the correct values if (strlen($raspuns) == 0) { $response="nu este clar
"; } else { $response=$raspuns; } //output the response echo "

"; echo $response; echo "

"; echo "
"; ?>