Bastien OLLIER 3 years ago
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…
Cancel
Save