- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
function writelogin()
{
echo "<table border=0 width=100% cellspacing=0 cellpadding=0 background=design/images/layout_02.jpg height=81><tr><td>";
echo "<form height=10 name=log method=post action=login.php?action=login&referrer=\>";
echo " <table border=0 cellspacing=-1 cellpadding=0><tr><td> ";
echo " <font size=-2>Логин:<br>";
echo " <input type=textfield name=login class=textfield ><br>";
echo " Пароль<br>";
echo " <input type=password name=password class=textfield>";
echo " <td><br><input onclick='javascript:log.submit()' type=image alt='Авторизоваться' name=go src=design/images/button.jpg></table>";
echo "</form>";
echo "</table>";
}
мало того что echo, но даже не додумались heredoc использовать
(по-русски "усрщ" )