8 lines
253 B
PHP
8 lines
253 B
PHP
<div>
|
|
<form action="" method="post">
|
|
E-mail: <input type="text" name="email">
|
|
Password: <input type="password" name="password">
|
|
<input type="hidden" name="p" value="do_login"/>
|
|
<input type="submit">
|
|
</form>
|
|
</div> |