- 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
if($pass == $pswd)
{
//Выполнение запросов...
}
else
{
header('location: ./index.html');
if(empty($pass))
{
header('location: ./index.html');
}
if(empty($pswd))
{
header('location: ./index.html');
}
if(empty($pass) && empty($pswd))
{
header('location: ./index.html');
}
if(empty($login) or empty($pswd))
{
header('location: ./index.html');
}
}
//Код вывода формы.
Lure Of Chaos 16.08.2010 10:56 # −2
Vasiliy 16.08.2010 11:12 # +4
MoLe-X 16.08.2010 11:25 # +1
так мало того, данная тема была размещена в разделе РНР Профи)))
Lure Of Chaos 16.08.2010 13:36 # +6
pee 16.08.2010 17:33 # 0
Vasiliy 16.08.2010 18:22 # 0
paranoid 16.08.2010 16:34 # −4
MoLe-X 17.08.2010 09:04 # −1
paranoid 17.08.2010 10:51 # −5
MoLe-X 17.08.2010 13:36 # 0
bugmenot 20.08.2010 10:25 # 0