Question : dialogue d'Ajax de jQuery avec le PHP/MySQL

J'essaye de créer un dialogue de jQuery qui s'ouvre et est rempli de données est obtient par l'intermédiaire de l'ajax.  Le problème est moi ne peut pas figurer qu'il dehors parce que je suis dumb.

I ont un sentiment que mon manuscrit existant est mal d'uber, ainsi si vous pourriez aller voir et me donner quelques conseils, j'apprécierais beaucoup it.

You peux voir mon essai paginer pas le travail à : rel= " nofollow " de " _blank " de target= de " http://www.pltproject.org/testing18/test_shit/dialog_test2.php " de href= du
testing18/test_shit/dialog_test2.php
de http://www.pltproject.org/ class= > " clair " de
> de " codeSnippet " de class= de
class= " lineNumbers " de
class= de
1 :
2 :
3 :
4 :
5 :
6 :
7 :
8 :
9 :
10 :
11 :
12 :
13 :
14 :
15 :
16 :
17 :
18 :
19 :
20 :
21 :
22 :
23 :
24 :
25 :
26 :
27 :
28 :
29 :
30 :
31 :
32 :
33 :
34 :
35 :
36 :
37 :
38 :
39 :
40 :
41 :
42 :
43 :
44 :
45 :
46 :
47 :
48 :
49 :
50 :
51 :
52 :
53 :
54 :
55 :
56 :
57 :
58 :
59 :
60 :
61 :
62 :
63 :
64 :
65 :
66 :
67 :
68 :
69 :
70 :
71 :
72 :
73 :
74 :
75 :
76 :
77 :
78 :
79 :
80 :
81 :
82 :
83 :
84 :
85 :
86 :
87 :
88 :
89 :
90 :
91 :
92 :
93 :
94 :
95 :
96 :
97 :
98 :
99 :
100 :
101 :
102 :
103 :
104 :
105 :
106 :
107 :
108 :
109 :
110 :
111 :
112 :
113 :
114 :
115 :
116 :
117 :
118 :
119 :
120 :
121 :
122 :
123 :
124 :
125 :
126 :
127 :
128 :
129 :
130 :
131 :
132 :
133 :
134 :
135 :
136 :
137 :
138 :
139 :
140 :
141 :
142 :
143 :
144 :
145 :
146 :
147 :
148 :
149 :
150 :
151 :
152 :
153 :
154 :
155 :
156 :
157 :
158 :
159 :
160 :
161 :
162 :
163 :
164 :
165 :
166 :
167 :
168 :
169 :
170 :
171 :
172 :
173 :
174 :
175 :
176 :
177 :
178 :
179 :
180 :
181 :
182 :
183 :
184 :
185 :
186 :
187 :
188 :
189 :
190 :
191 :
192 :
193 :
194 :
195 :
196 :
197 :
198 :
>< " de l'id= " codeSnippet807770 de

< ? PHP 
require_once (« . /Connections/PLT.php ") ; 

$term = $_GET [« terme »] ;

mysql_select_db ($database_PLT, $PLT) ;

$query = « 
CHOISIR l'user_id EN TANT QUE « identification », CONCAT (first_name, « « , last_name) EN TANT QUE « nom », CONCAT (school_name, » », school_type) COMME « détaille », CONCAT (ville, « , », état) COMME le « endroit »
Des utilisateurs 
LÀ OÙ CONCAT (first_name, '', last_name) COMME « $term% » 
UNION 
CHOISIR le team_id EN TANT QUE « identification », team_name EN TANT QUE « nom », member_qty COMME « détaille », accède COMME « endroit » 
Des équipes 
LÀ OÙ le team_name AIMENT « $term% » » ;

$query_result = mysql_query ($query, $PLT) ou meurent (le mysql_error ());

//this crée un objet de json 
tandis que ($row = mysql_fetch_assoc ($query_result)) 
		$results [] = rangée ('id'=>$row [« identification »], 'name'=>$row [« nom »], 'details'=>$row [« détails »], 'location'=>$row [« endroit »]) ;
		si ($results ! = NULLE) {
		json_encode d'impression (rangée (=>$results) « trouvé ");
		mysql_close () ;
		} écho d'autre « {« trouvé » : []} » ; retour de //must que ce d'autre vous devenez {« trouvé » : NULLE} quelles causes le GIF animated à l'intérieur du textfield pour continuer de tourner si vous écrivez une limite qui n'est pas dans le DB.

? >

<-----------------------MANUSCRIT DE PHP D'EXTRÉMITÉ--------------------------->

<-----------------------COMMENCER LA PAGE D'ESSAI-------------------------->

< ! PUBLIC de HTML de DOCTYPE « - //W3C//DTD XHTML 1.0 Transitional//EN » « http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd " >
xmlns= " http://www.w3.org/1999/xhtml " de 

Contenu-Type " texte de content= "/HTML de http-equiv= " de 
Document Untitled
type= " texte/CSS "/> de " stylesheet " de rel= de " http://www.pltproject.org/testing18/includes18/jQuery/css/plt-theme/jquery-ui-1.8.2.custom.css " de href= de <link
type= " de " http://www.pltproject.org/testing18/includes18/jQuery/js/jquery-1.4.2.min.js de src= " de <script texte/Javascript " ></script>
type= " de " http://www.pltproject.org/testing18/includes18/jQuery/js/jquery-ui-1.8.2.custom.min.js de src= " de <script texte/Javascript " ></script>
type= de <script " texte/Javascript " >
$ (fonction () {
		$("#search_dialog ») .dialog ({
			//bgiframe : vrai,
			autoOpen : faux,
			taille : 500,
			largeur : 500,
			modal : vrai,
		}) ;
		$("#search_button ») .click (fonction () {
			$("#search_dialog ").dialog (« s'ouvrir ") ;
			search_term de variété = $("#search_input ») .val () ;
			$.ajax ({
				//type : « POTEAU »,
				dataType : « json »,
				URL : « search_dialog.php »,
				données : {« terme » : search_term}, 
				succès : fonction (données) {  
					$.map (data.found, fonction (article) {
						si (&& item.details de >= 0 d'item.details ! = 1) {// si est l'équipe avec 0 ou les membres >1
							retourner {
								nom : item.name,
								détails : item.details + « membres »
							}
						}
						autrement si (== d'item.details 1) {// si est l'équipe avec 1 membre
							retourner {
								nom : item.name,
								détails : item.details + « membre »
							}
						}
						autrement 
							retourner {// si n'est pas l'équipe
								nom : item.name,
								détails : item.details,
								endroit : item.location
							}
					})
					$("#dialog_cont ») .append (« class='para'><strong> de <div><div class='poster_img'></div><span » + item.name + « </strong><br> » + item.details + « <br> » + item.location + « </span></div>") ;
				}    
			})
		}) ;
		
	}) ;
</script>

    <style>
	corps {
	fond-couleur : #999 ;
	}
	.para {
	police-famille : Verdana, Genève, caractère sans obit et sans empattement ;
	police-taille : 12px ;
	flotteur : gauche ;
	remplissage-dessus : 3px ;
	}
	.poster_img {
	flotteur : gauche ;
	taille : 48px ;
	largeur : 48px ;
	frontière : #ddd du solide 1px ;
	fond-image : URL (poster_image_bkgrd.jpg) ;
	marge-dessus : 5px ;
	marge-droit : 8px ;
	le marge-fond : 5px ;
	marge-gauche : 5px ;
	z-index : 2 ;
}
#search_cont {
	flotteur : gauche ;
	taille : 26px ;
	largeur : 345px ;
	marge-dessus : 124px ;
	marge-gauche : 30px ;
	fond-couleur : #FFF ;
	remplissage-dessus : 2px ;
	remplissage-droit : 2px ;
	le remplissage-fond : 2px ;
}
#search_input {
	police-famille : Verdana, Genève, caractère sans obit et sans empattement ;
	police-taille : 100% ;
	contour : milieu aucun ;
	couleur : #4a4a4a ;
	fond-couleur : #FFF ;
	flotteur : gauche ;
	taille : 21px ;
	largeur : 313px ;
	frontière : 0 aucun ;
	remplissage-dessus : 5px ;
	remplissage-gauche : 5px ;
}
#search_button {
	flotteur : droite ;
	taille : 26px ;
	largeur : 26px ;
	contour : milieu aucun ;
	fond-image : URL (search_icon.jpg) ;
	curseur : indicateur ;
	débordement : caché ;
	fond-répéter : répéter ;
	fond-attachement : rouleau ;
	police-taille : 0px ;
	frontière : 0px ;
}
.sb_team_img {
	flotteur : gauche ;
	taille : 48px ;
	largeur : 48px ;
	frontière : #ddd du solide 1px ;
	fond-image : URL (bw_flag_bkgrd.jpg) ;
	marge-dessus : 5px ;
	marge-droit : 8px ;
	le marge-fond : 5px ;
	marge-gauche : 5px ;
}
.sb_poster_img {
	flotteur : gauche ;
	taille : 48px ;
	largeur : 48px ;
	frontière : #ddd du solide 1px ;
	fond-image : URL (poster_image_bkgrd.jpg) ;
	marge-dessus : 5px ;
	marge-droit : 8px ;
	le marge-fond : 5px ;
	marge-gauche : 5px ;
}
.sb_text {
	police-famille : Verdana, Genève, caractère sans obit et sans empattement ;
	police-taille : 12px ;
	flotteur : gauche ;
	remplissage-dessus : 3px ;
}
a.hit span.sb_text strong.hit fort {
	fond-couleur : #3B5998 ;
	couleur : #fff ;
}
	</style>
    </head>

<body>
    id= " search_cont " de <div >
  		
        id= " search_input "/> des " textes " de type= de " search_input " de name= de <input
   		le type= " de " search_button de name= " de <input soumettent " l'id= le " search_button "/> de "" de value=
    
</div>
    le title= " recherche de " search_dialog " d'id= de <div résulte " >
    	id= " dialog_cont " de <div >
        NOTE : Ceci ne fonctionne pas encore.  Ce sera ma prochaine question
        </div>
    </div>
</body>
</html>

<-----------------------PAGE D'ESSAI D'EXTRÉMITÉ---------------------------->
</pre>
           </td>
         </tr>
       </table></div>
</div>
   
class= de <div " clair " ></span></h4>
</td>
</tr>
  <tr><td height="2px"></td></tr> 
 
  <tr style="background-color:#f2f4f6"><td >
<h2 style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:14px;color:red;font-weight:bold">
<span id="ContentPlaceHolder1_tieude_as">Réponse : dialogue d'Ajax de jQuery avec le PHP/MySQL</span>
</h2></td></tr>
  <tr>
<td valign="top"> 
<h5><span id="ContentPlaceHolder1_ans" style="font-family:Tahoma,Geneva,sans-serif;font-size:12px;font-weight:normal;color:#000000">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 
<div class="KonaBody"><div class="richText">
OK, au sujet de ce qui :  </div></div> <!-- text-ad & richText -->
                      <span class="isBotVideo"></span> <div class="codeSnippet">
                       <table>
         <tr>
           <td class="lineNumbers">
             <pre>
1 :
2 :
3 :
4 :
5 :
6 :
7 :
8 :
9 :
10 :
11 :
12 :
13 :
14 :
15 :
16 :
17 :
18 :
19 :
20 :
21 :
22 :
23 :
24 :
25 :
26 :
27 :
28 :
29 :
30 :
31 :
32 :
33 :
34 :
35 :
36 :
37 :
38 :
39 :
40 :
41 :
</pre>
           </td>
           <td class="codeBody">
             <pre id="codeSnippet808023" class="notpretty">$("#search_button ») .click (fonction () {
            $("#search_dialog ").dialog (« s'ouvrir ") ;
            search_term de variété = $("#search_input ») .val () ;
            $.ajax ({
                //type : « POTEAU »,
                dataType : « json »,
                URL : « search_dialog.php »,
                données : {« terme » : search_term}, 
                succès : fonction (données) {  
                    $.map (data.found, fonction (article) {
                        si (&& item.details de >= 0 d'item.details ! = 1) {// si est l'équipe avec 0 ou les membres >1
                            j = {
                                nom : item.name,
                                détails : item.details + « membres »,
                                identification : item.id,
                                équipe : « y »
                            }
                        }
                        autrement si (== d'item.details 1) {// si est l'équipe avec 1 membre
                            j = {
                                nom : item.name,
                                détails : item.details + « membre »,
                                identification : item.id,
                                équipe : « y »
                            }
                        }
                        autrement 
                            j = {// si n'est pas l'équipe
                                nom : item.name,
                                détails : item.details,
                                endroit : item.location,
                                identification : item.id,
                                équipe : « n »
                            }
	                    $("#dialog_cont ») .append ( »<div><div class="poster_img"></div><span class="para"><strong>« + j.name + »</strong></span><br><span class="para">« + j.details + »</span><br><span class="para">« + j.location + »</span></div>") ; })}})}) ; }) ; 
</pre> 
           </td>
         </tr>
       </table></div>
         <div class="openInNewWindow">
         <div class="bTypeA bGlowSmall bGlowSmallGray"><div class="glowLeft"></div><div class="glowMiddle" style="padding-left: 15px; padding-right: 15px;"><div class="t2i" style="background: url(http://t2i.experts-exchange.com/t/419106-50.png) no-repeat;width:109px;height:12px;"></div></div><div class="glowRight"></div></div></div>
         <div class="selectAll">
         <div class="bTypeA bGlowSmall bGlowSmallGray"><div class="glowLeft"></div><div class="glowMiddle" style="padding-left: 15px; padding-right: 15px;"><div class="t2i" style="background: url(http://t2i.experts-exchange.com/t/421794-50.png) no-repeat;width:53px;height:12px;"></div></div><div class="glowRight"></div></div></div>
       <div class="clear"></div>
</div>
</span></h5>
</td>
</tr>
<tr><td height="5px"></td></tr>

 <tr>
                            <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                              <tr>
                                <td><table width="100%" height="25px" border="0" cellspacing="0" cellpadding="0">
                                  <tr>

                                    <td width="100px" bgcolor="#FFFFFF" style="padding-left:5px"><span class="f11blue">Autres solutions</span></td>
                                    <td background="http://programming.wmlcloud.com/images/bg-ch.gif"> </td>
                                  </tr>
                                </table></td>
                              </tr>
                              <tr>
                                <td style="padding:5px">
                                <div>
                                    <table id="ContentPlaceHolder1_DataList2" cellspacing="0" style="width:100%;border-collapse:collapse;">
		<tr>
			<td>
<table>
<tr>
<td valign="top" align="left">
<a href='http://faq.wmlcloud.com/fr/microsoft/13056.aspx' class="a4">
<li> MS Excel 2007 et pdf - l'exportation vers le pdf prend de longues heures !</li></a>
</td>
</tr>
</table>
</td>
		</tr><tr>
			<td>
<table>
<tr>
<td valign="top" align="left">
<a href='http://faq.wmlcloud.com/fr/software/38680.aspx' class="a4">
<li> Dans le Perl, comment j'ajoute une valeur à la liste, puis le contrôle pour voir si la valeur existent avant d'ajouter une nouvelle valeur</li></a>
</td>
</tr>
</table>
</td>
		</tr><tr>
			<td>
<table>
<tr>
<td valign="top" align="left">
<a href='http://faq.wmlcloud.com/fr/microsoft/5260.aspx' class="a4">
<li> Comment fais j'initialiser de la HP BL460c G6 de san et de la HP XP 240000</li></a>
</td>
</tr>
</table>
</td>
		</tr><tr>
			<td>
<table>
<tr>
<td valign="top" align="left">
<a href='http://faq.wmlcloud.com/fr/microsoft/30880.aspx' class="a4">
<li> Comment fais j'employer une clef de permis de volume sur un ordinateur de HP avec du CD de restauration</li></a>
</td>
</tr>
</table>
</td>
		</tr><tr>
			<td>
<table>
<tr>
<td valign="top" align="left">
<a href='http://faq.wmlcloud.com/fr/microsoft/16544.aspx' class="a4">
<li> Emplacement primaire de deux SCCM dans l'annuaire actif</li></a>
</td>
</tr>
</table>
</td>
		</tr><tr>
			<td>
<table>
<tr>
<td valign="top" align="left">
<a href='http://faq.wmlcloud.com/fr/microsoft/23080.aspx' class="a4">
<li> L'initiateur et la HP D2D de l'iSCSI R2 du serveur 2008 de Windows GERCENT l'issue</li></a>
</td>
</tr>
</table>
</td>
		</tr><tr>
			<td>
<table>
<tr>
<td valign="top" align="left">
<a href='http://faq.wmlcloud.com/fr/microsoft/8744.aspx' class="a4">
<li> Stocker le dossier dans le mysql using connector.net et le champ de goutte</li></a>
</td>
</tr>
</table>
</td>
		</tr><tr>
			<td>
<table>
<tr>
<td valign="top" align="left">
<a href='http://faq.wmlcloud.com/fr/microsoft/15280.aspx' class="a4">
<li> Carte vidéo d'USB - bit 32 sur le matériel travaillant au niveau du bit 64 ?</li></a>
</td>
</tr>
</table>
</td>
		</tr><tr>
			<td>
<table>
<tr>
<td valign="top" align="left">
<a href='http://faq.wmlcloud.com/fr/software/33104.aspx' class="a4">
<li> asp.net que j'essaye de convertir une forme de HTML en forme d'aspx ou ? ce qui jamais. Aide du besoin sur la façon dont à à elle.</li></a>
</td>
</tr>
</table>
</td>
		</tr><tr>
			<td>
<table>
<tr>
<td valign="top" align="left">
<a href='http://faq.wmlcloud.com/fr/microsoft/18764.aspx' class="a4">
<li> Winzip 12 issues de secours du travail ?</li></a>
</td>
</tr>
</table>
</td>
		</tr>
	</table>

                               
                                </div></td>
                              </tr>
                            </table></td>
                          </tr>

</table>
                    
</div>
                  </td></tr>
                  </table>
                  </form>
                         </td>

                        </tr>
                    
                      <tr>
                        <td> </td>
                        </tr>
                      </table></td>
                    </tr>
                  </table></td>
              </tr>
              </table></td>

        

            </tr>
          </table>

 
         </td>
      </tr>

<tr>
            <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td background="http://tutorial.wmlcloud.com/images/bg-mn.jpg" height="30px" style="padding:5px;color:#ffffff;font-size:12px; font-family:Tahoma, Geneva, sans-serif;text-decoration: none;" ></td>
              </tr>
              <tr>
                <td><table width="100%" border="0" cellspacing="0" cellpadding="0">


 <tr>

                    <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                        <tr>
                          <td><img src="http://tutorial.wmlcloud.com/images/bo-l.png" alt="programming4us" width="8" height="9" /></td>
                          <td bgcolor="#FFFFFF" width="100%"></td>
                          <td><img src="http://tutorial.wmlcloud.com/images/bo-r.png" alt="programming4us" width="8" height="9" /></td>
                        </tr>
                    </table></td>
                  </tr>
                </table></td>

              </tr>
            </table></td>
          </tr>
<tr><td height="2px"></td></tr>
<tr><td>
<div align="center">


</div>
</td>
</tr>
 <tr><td height="3px"></td></tr>

      <tr>
        <td height="2px"></td>
      </tr>
      <tr>
        <td align="left">
        <table cellpadding="0" cellspacing="0" width="100%" align="left">
        <tr>
        <td valign="top">
          <div id="en"><a href='http://faq.wmlcloud.com/software/60806.aspx'><img src='http://faq.wmlcloud.com/flags/en.gif'></a></div>
        </td>
          <td valign="top">
          <div id="de"><a href='http://faq.wmlcloud.com/de/software/60806.aspx'><img src='http://faq.wmlcloud.com/flags/de.gif'></a></div>
        </td>
          <td valign="top">
          <div id="es"><a href='http://faq.wmlcloud.com/es/software/60806.aspx'><img src='http://faq.wmlcloud.com/flags/es.gif'></a></div>
        </td>
          <td valign="top">
          <div id="fr"><a href='http://faq.wmlcloud.com/fr/software/60806.aspx'><img src='http://faq.wmlcloud.com/flags/fr.gif'></a></div>
        </td>
          <td valign="top">
          <div id="nl"><a href='http://faq.wmlcloud.com/nl/software/60806.aspx'><img src='http://faq.wmlcloud.com/flags/nl.gif'></a></div>
        </td>
          <td valign="top">
          <div id="it"><a href='http://faq.wmlcloud.com/it/software/60806.aspx'><img src='http://faq.wmlcloud.com/flags/it.gif'></a></div>
        </td>
          <td valign="top">
          <div id="ru"><a href='http://faq.wmlcloud.com/ru/software/60806.aspx'><img src='http://faq.wmlcloud.com/flags/ru.gif'></a></div>
        </td>
         <td valign="top">
          <div id="se"><a href='http://faq.wmlcloud.com/se/software/60806.aspx'><img src='http://faq.wmlcloud.com/flags/se.gif'></a></div>
        </td>
         <td valign="top">
          
        </td>
        
         <td valign="top">
          <div id="pt"><a href='http://faq.wmlcloud.com/pt/software/60806.aspx'><img src='http://faq.wmlcloud.com/flags/pt.gif'></a></div>
        </td>
         <td valign="top">
          
        </td>
         <td valign="top">
          
        </td>
        </tr>
        </table>
        </td>
      </tr>
        <tr>
        <td height="2px"></td>
      </tr>

</td></tr>


 
</table>
		<script src="//cdn.intergient.com/ramp_core.js"></script>	

</body>
</html>