- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
if (@$_REQUEST['send'])
{
Header("Location: /index.php");
exit();
$username = $_REQUEST['username'];
$message = $_REQUEST['message'];
$a = new message();
$a->connectdb();
$a->addpost($username, $message) or die(mysql_error());
$a->view();
}
"Поправил вот так, работает вроде нормально", - автор.
Источник: http://www.askdev.ru/question/6646/%D0%9F%D0%BE%D1%87%D0%B5%D0%BC%D1%83-%D0%BD%D0%B5-%D1%80%D0%B0%D0%B1%D0%BE%D1%82%D0%B0%D0% B5%D1%82-%D1%80%D0%B5%D0%B4%D0%B8%D1%80%D0%B5%D0% BA%D1%82/new/#answer12608,comment21490
Bazzin_Frog 20.07.2011 12:26 # 0
Lure Of Chaos 20.07.2011 13:37 # +2
300 лет я так не смеялся :D
JeremyW 20.07.2011 14:00 # 0
Lure Of Chaos 20.07.2011 14:02 # +1
Nicklasos 20.07.2011 14:23 # 0
Lure Of Chaos 20.07.2011 14:27 # +1
Nicklasos 20.07.2011 14:31 # −1
mysql_connect("localhost", "mysql_user", "mysql_password")
or die("Could not connect: " . mysql_error());
Lure Of Chaos 20.07.2011 14:33 # 0
eth0 20.07.2011 19:35 # 0
Lure Of Chaos 20.07.2011 19:53 # 0
Nicklasos 20.07.2011 14:23 # 0
ZX_Spectrum 20.07.2011 21:00 # 0
inkanus-gray 20.07.2011 21:24 # 0
gegMOPO4 20.07.2011 21:38 # +3
bugmenot 20.07.2011 21:36 # +1
PS: exit() or die()
ZX_Spectrum 20.07.2011 21:42 # +1
bugmenot 20.07.2011 22:00 # +1
gegMOPO4 20.07.2011 21:39 # 0
guest 30.07.2011 11:39 # −1
AlexanderC 03.08.2011 17:00 # 0
по*й на код ;D
guest8 09.04.2019 11:12 # −999