if (!isset($_SESSION)) {
session_start();
}
if(!isset($_SESSION['MM_Username']) && $_SERVER["SCRIPT_NAME"] != "/login.php" && $_SERVER["SCRIPT_NAME"] != "/register.php")
header("Location: login.php");
?>
Warning: mysql_pconnect() [function.mysql-pconnect]: Access denied for user 'root'@'localhost' (using password: YES) in /home2/kalodner/public_html/goods/Connections/goods_to_give.php on line 9
Fatal error: Access denied for user 'root'@'localhost' (using password: YES) in /home2/kalodner/public_html/goods/Connections/goods_to_give.php on line 9