Merge branch 'master' of https://codefirst.iut.uca.fr/git/bastien.ollier/flux_rss
commit
2614948a67
@ -0,0 +1,8 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<form action="action.php" method="post">
|
||||
<input type="text" name="name" placeholder="name" /><br>
|
||||
<input type="text" name="password" placeholder="password" /></p>
|
||||
<p><input type="submit" value="OK"></p>
|
||||
</form>
|
||||
</html>
|
@ -1,13 +0,0 @@
|
||||
<h1>
|
||||
<?php echo $row['title'] ?>
|
||||
</h1>
|
||||
<?php
|
||||
echo $row['description'];
|
||||
echo "<br>";
|
||||
echo $row['pubdate'];
|
||||
echo "<br>";
|
||||
echo $row['link'];
|
||||
echo "<br>";
|
||||
|
||||
|
||||
?>
|
Loading…
Reference in new issue