SKRYPT:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title>xCheats - Home</title> <meta http-equiv="Content-Type" content="html/text" charset=utf-8" /> <link rel="Stylesheet" type="text/css" href="style.css"/> </head> <body> <?php include('header_include.php'); ?> <div id="center"> <div id="center_left"></div> <div id="center_center"> <p style="margin:15px;"> <?php include('home_include.php'); include('sub_kody.php'); include('sub_dodajkody.php'); include('sub_szukajkody.php'); include('sub_onas.php'); include('sub_kontakt.php'); include('rejestracja_include.php'); } ?> </p> </div> <?php include('menu_right_include.php'); include('footer_include.php'); ?> </body> </html>
I nie chodzi mi tylko o ten skrypt. Chciałbym dowiedzieć się więcej na temat bezpieczeństwa, więc proszę o linki do poradników, tutów itd na temat jak stosować ten tak zwany escaping ^^
Bardzo proszę o pomoc

