<? include('config.php'); $text=$_POST['text']; $q=mysql_query("INSERT INTO text WHERE text='$text'"); echo "הוסף בהצלחה"; ?>