Profile
Pastes: 49396
Members: 729

Oh, look!

Edit code: here. | Add this to your website. | Report abuse.

Short URL: http://goo.gl/BWroq

Pasted as PHP by Jonathan on Wednesday, October 19th, 2011 9:22pm ( 7 months ago )

  1.  ------------------------------------------  
  2.                         echo '<div class="news">';
  3.    echo '<h1 class="titre_news">'.stripslashes($data['titre']).'</h1>';
  4.    echo '<p class="date_news"> écrit le : '. date("d/m/Y à H\hi", $data['timestamp']).'</p>';
  5.    echo '<p>'.stripslashes($data['contenu']).'</p>';
  6.    echo '</div>';
  7. -----------------------------------------------
  8.  
  9. <div class="titreplanning">
  10.   <h2 class="titrenews"><a href="news.php?id=<?php echo $data['id']; ?>"><?php echo stripslashes($data['titre']);?></a></h2>
  11.   <p class="attentiontwitter">écrit le </span>: <?php echo date('d/m/Y à H\hi', $data['timestamp']); ?></p>
  12.   <p class="titrenews"><strong><?php echo stripslashes($data['description']); ?></strong></p>
  13.         <p> </p>
  14.   </div>

Your Name:
Code Language:
Security Image:
Text seen in Image: