hocam kızma

<form action="" method="POST">
<textarea name="ad">

</textarea>
<input type="submit" name="ekle" value="Gönder">
</form>
<?php
if ($_POST["ekle"]) {
$ad = htmlspecialchars(strip_tags(mysql_escape_string($_ POST["ad"])));
echo $ad;
mysql_query("INSERT INTO test (ad) values ('$ad')");
echo 'Eklendi';
}
?>

--R10.NET; Flood Engellendi -->-> Yeni yazılan mesaj 02:12:30 -->-> Daha önceki mesaj 01:41:29 --

yardım edebilcek ?