Просмотр файла tm/error_report.php
<?php include ('funkcje.php'); $kod = $_GET['code']; $wersja = $_GET['ver']; $txt = $_GET['txt']; $lang = $_GET['lang']; $informacje = new Informacje(); $ip = $informacje->GetIP(); $kraj = $informacje->GetCountryCode(); require_once('mysql_connect.php'); $query = "INSERT INTO tm_error_reporting (error_code, error_ip, error_kraj, error_version, error_text, error_lang) VALUES ('$kod', '$ip', '$kraj', '$wersja', '$txt', '$lang')"; $result = mysql_query($query); ?>