hForumPHP/dev_mvc/view/pagecontent/content_login.php

11 lines
297 B
PHP

<article>
<form action="?p=showtopics" method="post">
E-mail: <input type="text" name="email"><br>
Password: <input type="password" name="password"><br>
<input type="hidden" name="p" value="do_login" />
<input type="submit">
</form>
</article>
<?php
?>