Помогите разобраться с о входом по паролю
Код:
<?
include '../config.php';
include '../header.htm';
$id = com_login();
$id_form = com_login_form();
if ($id == 0 && $id_form == 0)
{
?>
<table style="margin-top: 40px" width="100%">
<tr>
<td align="center">
<form action="<? echo $PHP_SELF; ?>" method="post">
<table class="sx1">
<tr>
<td align="right">Логин:</td>
<td><input type="text" name="clogin"></td>
</tr>
<tr>
<td align="right">Пароль:</td>
<td>
<input type="password" name="cpassword">
<input type="submit" value="Войти">
</td>
</tr>
</table>
</form>
</td>
</tr>
</table>
<?
include '../footer.htm';
exit;
}
if ($id == 0)
$id = $id_form;
include '../config.php';
include '../header.htm';
$id = com_login();
$id_form = com_login_form();
if ($id == 0 && $id_form == 0)
{
?>
<table style="margin-top: 40px" width="100%">
<tr>
<td align="center">
<form action="<? echo $PHP_SELF; ?>" method="post">
<table class="sx1">
<tr>
<td align="right">Логин:</td>
<td><input type="text" name="clogin"></td>
</tr>
<tr>
<td align="right">Пароль:</td>
<td>
<input type="password" name="cpassword">
<input type="submit" value="Войти">
</td>
</tr>
</table>
</form>
</td>
</tr>
</table>
<?
include '../footer.htm';
exit;
}
if ($id == 0)
$id = $id_form;
непонятно, как проводится провека
что за команды?
Код:
$id = com_login();
$id_form = com_login_form();
$id_form = com_login_form();
спасибо
Цитата:
Originally posted by Владимир7771
есть скрипт
непонятно, как проводится провека
что за команды?
спасибо
есть скрипт
Код:
<?
include '../config.php';
include '../header.htm';
$id = com_login();
$id_form = com_login_form();
if ($id == 0 && $id_form == 0)
{
?>
<table style="margin-top: 40px" width="100%">
<tr>
<td align="center">
<form action="<? echo $PHP_SELF; ?>" method="post">
<table class="sx1">
<tr>
<td align="right">Логин:</td>
<td><input type="text" name="clogin"></td>
</tr>
<tr>
<td align="right">Пароль:</td>
<td>
<input type="password" name="cpassword">
<input type="submit" value="Войти">
</td>
</tr>
</table>
</form>
</td>
</tr>
</table>
<?
include '../footer.htm';
exit;
}
if ($id == 0)
$id = $id_form;
include '../config.php';
include '../header.htm';
$id = com_login();
$id_form = com_login_form();
if ($id == 0 && $id_form == 0)
{
?>
<table style="margin-top: 40px" width="100%">
<tr>
<td align="center">
<form action="<? echo $PHP_SELF; ?>" method="post">
<table class="sx1">
<tr>
<td align="right">Логин:</td>
<td><input type="text" name="clogin"></td>
</tr>
<tr>
<td align="right">Пароль:</td>
<td>
<input type="password" name="cpassword">
<input type="submit" value="Войти">
</td>
</tr>
</table>
</form>
</td>
</tr>
</table>
<?
include '../footer.htm';
exit;
}
if ($id == 0)
$id = $id_form;
непонятно, как проводится провека
что за команды?
Код:
$id = com_login();
$id_form = com_login_form();
$id_form = com_login_form();
спасибо
разобрался