![]() |
|
|
Регистрация Восстановить пароль |
Регистрация | Задать вопрос |
Заплачу за решение |
Новые сообщения |
Сообщения за день |
Расширенный поиск |
Правила |
Всё прочитано |
![]() |
|
Опции темы | Поиск в этой теме |
![]() |
#1 |
Форумчанин
Регистрация: 06.12.2010
Сообщений: 117
|
![]()
у нас 5 файлов,
index.html : Код HTML:
<html> <table> <form action="reg.php" method="POST"> <tr> <td>Имя</td> <td><input type="text" name="login" ></td> </tr> <tr> <td>Пароль</td> <td><input type="password" name="password" ></td> </tr> <tr> <td>Повторите пароль</td> <td><input type="password" name="password2"></td> </tr> <tr> <td>Email</td> <td><input type="text" name="email"></td> </tr> <tr> <td colspan="2"><input type="submit" value="OK" name="submit" ></td> </tr> <td><a href="index1.html">авторизоватся</a></td> </form> </table> </html> PHP код:
PHP код:
Код HTML:
<table> <form action="avt.php" method="POST"> <tr> <td>Имя</td> <td><input type="text" name="login"></td> </tr> <tr> <td>Пароль</td> <td><input type="password" name="password"></td> </tr> <tr> <td colspan="2"> <input type="submit" value="OK" name="submit"></td> </tr> </form> </table> PHP код:
Последний раз редактировалось Ast; 08.01.2012 в 19:55. |
![]() |
![]() |
![]() |
#2 |
Старожил
Регистрация: 31.05.2010
Сообщений: 3,301
|
![]()
avt.php:
PHP код:
|
![]() |
![]() |
![]() |
#3 |
Форумчанин
Регистрация: 06.12.2010
Сообщений: 117
|
![]()
index1.html:
Код HTML: Код HTML:
<table> <form action="avt.php" method="POST"> <tr> <td>Имя</td> <td><input type="text" name="login"></td> </tr> <tr> <td>Пароль</td> <td><input type="password" name="password"></td> </tr> <tr> <td colspan="2"> <input type="submit" value="OK" name="auth_submit"></td> </tr> </form> </table> ![]() |
![]() |
![]() |
![]() |
![]() |
||||
Тема | Автор | Раздел | Ответов | Последнее сообщение |
регистрация пользователей | Ast | PHP | 8 | 05.01.2012 09:55 |
Регистрация пользователей | cheef | PHP | 57 | 04.05.2010 19:11 |
php регистрация | sasha14486 | PHP | 4 | 11.05.2009 20:02 |
Регистрация/авторизация пользователей при помощи PHP, без использования MySQL. | Web-Gangsta | PHP | 30 | 03.05.2009 18:32 |
Mysql +регистрация на PHP | KEV | PHP | 12 | 07.04.2009 16:40 |