You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
210 B

<html>
<head><title>Mes News</title>
</head>
<body>
<h1>Mes News !!!!!</h1>
<br/>
<?php
Foreach ($lesNews as $row){
?>
<h3><?php $row['titre'] ?><h3>
<p><?php $row['contenu'] ?><p>
<?php
}
?>
</body> </html>