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.

30 lines
526 B

<html>
<head><title>Home</title>
</head>
<body>
<h1>Home !!!!!</h1>
<br/>
<form method="post" name="form" id="form">
<input type="submit" value="Login">
<input type="hidden" name="action" value="login">
</form>
<form method="post" name="form" id="form">
<input type="submit" value="Sign-up">
<input type="hidden" name="action" value="signUp">
</form>
<?php
Foreach ($lesNews as $row){
?>
<h3><?php echo $row['titre'] ?><h3>
<p><?php echo $row['contenu'] ?><p>
<p><?php echo $row['date'] ?><p>
<?php
}
?>
</body> </html>