<?php // include files // include('_mysql.php'); include('_function.php'); { $_SESSION['start'] = $now; } elseif ($_SESSION['start'] < $now - 10) { } echo " <!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.0 Transitional//EN'> <html> <head> <meta http-equiv='Content-Type' content='text/html; charset=utf-8'> <meta name='Description' content='Witam na mojej stronie'> <meta name='Keywords' content='programowanie'> <meta name='Author' content='gOdi'> <title>gOdi</title> <link rel='Stylesheet' type='text/css' href='style.css'> </head>"; // Construction site // login(); FROM users WHERE user_login='".($_POST['login'])."'"); $_SESSION['user_id'] = $row['user_id']; $_SESSION['user_login'] = $row['user_login']; $nick = $_SESSION['user_login']; $id = $_SESSION['user_id']; include('head.php'); include('headlinks.php'); include('leftsite.php'); include('rightsite.php'); include('site.php'); include('top.php'); ?>
PROBLEM ROZWIĄZANY !