Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so dont bother with any of their useless mail servers here and just use oauth login instead. Thank the nice Russians for causing that. :)

Paste

Pasted as PHP by Jonathan ( 15 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: