web: ".test_input($name).""; $femail = "

od: ".test_input($email)."

"; $ftext = "

".test_input($text)."

"; $fdate = "
". $date ."
"; $full = $fname . $femail . $ftext . $fdate . "
"; $myfile = fopen("rating.txt","a") or die("Nelze otevřít"); fwrite($myfile, $full); fclose($myfile); header("Location: /list.php");