Това е кода ето и грешката:<?php
include "antihack.php";
antihack();
?>
Код:
function antihack() { if($_GET) { foreach($_GET as $a => $b) { $_GET[$a]=trim(strip_tags(addslashes(htmlspecialchars($b)))); } } if($_POST) { foreach($_POST as $a => $b) { $_POST[$a]=trim(strip_tags(addslashes(htmlspecialchars($b)))); } } }
Fatal error: Call to undefined function antihack() in /home/funny4pl/public_html/dating/addsong.php on line 39