Home > php教程 > php手册 > 做了一个无限评论,不知道咋样

做了一个无限评论,不知道咋样

WBOY
Release: 2016-06-07 11:36:28
Original
965 people have browsed it

无限评论
html<style><br /> {literal}<br /> *{ margin: 0 auto}<br /> h3{border:1px #999 solid; height:30px; width:780px;}<br /> .nr{ text-indent:2em;}<br /> {/literal}<br /> </style> <br> <br> <br> <br> <div> <br>     <h3>{$info.title}</h3> <br>     <div>{$info.con}</div> <br> </div> <br> <br> <div> <br>  <div>热门评论</div> <br>  {foreach $pl as $k => $vv}<br>  <div> <br>      <div>{$vv.con}</div> <br>     <br>      {foreach $hpl as $k=>$h}<br>         {if $vv.id == $h.fid}<br>           <div>{$h.con} <span>回复 {$h.fid}</span> </div> <br>          <br>         {/if}<br>         <br>      {/foreach}<br>       <div> <br>       <form> <br>       <input><br>       <input><br>       <input><br>       <input><br>       </form> <br>       </div> <br>  </div> <br>  {/foreach}<br>  <br> </div> <br> <div> <br> <form> <br> <input><br> <input><br> <input><br> <input><br> </form> <br> </div> <br> <br>

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template