<-----------------------PHP-INDEX BEGINNEN-------------------------->
PHP
require_once („. /Connections/PLT.php ");
$term = $_GET [„Ausdruck“];
mysql_select_db ($database_PLT, $PLT);
$query = „
User_id ALS „Identifikation“, CONCAT (first_name, „„, last_name) ALS „Name“ VORWÄHLEN, CONCAT (school_name,““, school_type) WIE „einzeln aufführt“, CONCAT (Stadt, „,“, Zustand) WIE „Position“
Von den Benutzern
WO CONCAT (first_name, '', last_name) WIE „$term%“
ANSCHLUSS
Team_id ALS „Identifikation“, team_name ALS „Name“ VORWÄHLEN, member_qty, WIE „einzeln aufführt“, zurückgreift WIE „Position“
Von den Mannschaften
WO team_name „$term%““ MÖGEN;
$query_result = mysql_query ($query, $PLT) oder sterben (mysql_error ());
//this verursacht einen json Gegenstand
während ($row = mysql_fetch_assoc ($query_result))
$results [] = Reihe ('id'=>$row [„Identifikation“], 'name'=>$row [„Name“], 'details'=>$row [„Details“], 'location'=>$row [„Position“]);
wenn ($results! = NULL) {
Druck json_encode (Reihe („gefundenes " =>$results));
mysql_close ();
} sonst Echo „{„gefunden“: []}“; //must-Rückkehr, die Sie dieses sonst erhalten {„gefunden“: NULL} welche Ursachen das lebhafte GIF innerhalb des textfield zum zu spinnen fortzufahren, wenn Sie einen Ausdruck eintragen, der nicht im DB ist.
? >
<-----------------------ENDEN-PHP-INDEX--------------------------->
<-----------------------TEST-SEITE BEGINNEN-------------------------->
Untitled Document
ANMERKUNG: Dieses arbeitet nicht noch. Dieses ist meine folgende Frage
<-----------------------ENDEN-TEST-SEITE---------------------------->
|