Heim >Backend-Entwicklung >PHP-Tutorial > 请教怎么php怎么返回变量+组装html给ajax

请教怎么php怎么返回变量+组装html给ajax

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-06-13 12:30:27784Durchsuche

请问如何php如何返回变量+组装html给ajax

function html($select,$name){<br />
global $pagecon;<br />
$a='1';<br />
$b='2';<br />
$result='';<br />
$result.='<ul id="thumbs">';<br />
while($row=$select->fetch()){<br />
$result.='<li class="'.$name.'isotope-item">';<br />
$result.='<img src="ztImg/'.$row['riseimg'].'"width=235 height=300 alt=""//></div><ul>';<br />
$result.='<h3 class="title">'.$row['ztname'].'</h3>';<br />
$result.='<span class="category">'. $row['zttype'].'</span>';	<br />
$result.='<p class="intro">推荐日期:'.$row['zttime'].'</p></div></li>';<br />
	}<br />
$result.='</ul>';<br />
$result.='<center><h4>'.$pagecon.'</h4></center>';<br />
return $result,$a,$b;<br />
}

需要返回$a变量和$b变量以及一个组装好的$result的html给ajax  请问在不用json的情况下 如果封装给ajax

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn