require_once($_SERVER['DOCUMENT_ROOT'].'/Connections/connenction.php'); mysql_select_db($database_connenction, $connenction); if ($_GET[submit]) { $rec_query= "INSERT INTO `kelimeler` ( `id` , `kelime` , `anlam`, `bolum`) VALUES ( '', '".$_GET[kelime]."', '".$_GET[anlam]."', '".$_GET[bolum]."' )"; mysql_query($rec_query); if (mysql_error()) { echo mysql_error();} } ?>