Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
[email protected] webmail now available. Want one? Go here.
Cannot use outlook/hotmail/live here to register as they blocking our mail servers. #microsoftdeez
Obey the Epel!

Paste

Pasted as PHP by Jonathan ( 12 years ago )
------------------------------------------  
                        echo '<div class="news">';
   echo '<h1 class="titre_news">'.stripslashes($data['titre']).'</h1>';
   echo '<p class="date_news"> écrit le : '. date("d/m/Y à H\hi", $data['timestamp']).'</p>';
   echo '<p>'.stripslashes($data['contenu']).'</p>';
   echo '</div>';
-----------------------------------------------

<div class="titreplanning">
  <h2 class="titrenews"><a href="news.php?id=<?php echo $data['id']; ?>"><?php echo stripslashes($data['titre']);?></a></h2>
  <p class="attentiontwitter">écrit le </span>: <?php echo date('d/m/Y à H\hi', $data['timestamp']); ?></p>
  <p class="titrenews"><strong><?php echo stripslashes($data['description']); ?></strong></p>
        <p>&nbsp;</p>
  </div>

 

Revise this Paste

Your Name: Code Language: