Advertisement
Guest User

Untitled

a guest
Jan 26th, 2015
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.53 KB | None | 0 0
  1.  
  2.  
  3.                  while($linhas = mysql_fetch_array($resultado)) {
  4.  
  5.                         $id = $linhas['id'];
  6.                         $titulo = utf8_decode($linhas['titulo']);
  7.                         $img = $linhas['img'];
  8.                         $npreview = utf8_decode($linhas['npreview']);
  9.                         $hora = date("d/m/Y", $linhas['hora']);
  10.  
  11.                 }
  12.  
  13.  
  14.  
  15.             <div id="post1">
  16.                 <img class="imgdd" src="/imgs/img.jpg" height="150" width="150">
  17.  
  18.                 <h1 class="posttit">'".$titulo."' - '".$hora."'</h1>
  19.                 <p class="postcontent">
  20.                     '".$npreview"'.
  21.                 </p>
  22.             </div>
  23.             <hr class="posts">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement