1 <div class="fcnt" >
 2 
 3   <div class="mimg" >
 4     <div style="display:block"><a href="#nogo"><img src="[!--news.url--]images/11.jpg" alt="" /></a></div>
 5  
 6 <?
 7   $data1=$empire->query("select morepic from phome_ecms_photo_data_1 where class> ); 
 8   $data=$empire->fetch($data1 );
 9 
10  
11 $arry=explode("\\r\\n",$data[0]);
12 foreach($arry as $singarry)
13   {
14     $arry2=explode("::::::",$singarry);
15 echo '<div><img src="'. $arry2[1].'"/></div>';
16   }
17 ?>
18   </div>

 

相关文章:

  • 2021-08-29
  • 2021-08-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-29
  • 2021-10-29
猜你喜欢
  • 2022-12-23
  • 2021-08-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-29
  • 2022-12-23
相关资源
相似解决方案