bayGaReZ adlı üyeden alıntı: mesajı görüntüle
SQL sorgusunda bir sorun olma ihtimali var öyleyse. Şu satırları bulun:

        $add = mysql_query("insert into atk_products (pic, thumb, setlang, title, text, site) values ('$buyukResim', '$kucukResim', '$setlang', '$title', '$text', '$site')"); 
        if($add){ 
            header("Location: message.php?read=apply"); 
            }else{ 
            header("Location: message.php?read=error"); 
            }
Şöyle değişip çıktıyı buraya koyun bi' bakalım..

echo "insert into atk_products (pic, thumb, setlang, title, text, site) values ('$buyukResim', '$kucukResim', '$setlang', '$title', '$text', '$site')";
insert into atk_products (pic, thumb, setlang, title, property, site) values ('', '', 'ru', 'resimli ürün deneme', '
\r\n	deneme ürün yazısı
\r\n', 'esecurity')