interesting problem: Array to string conversion in bu there is no string in my code. just only yhere ara 3 mysql_query("SELECT * FROM ... ) in on page...
<?php
$sorgu = mysql_query("SELECT * FROM genel_google") or die(mysql_error());
$cek = mysql_fetch_array($sorgu);
$title = $cek=['title'];
$aciklama = $cek=['aciklama'];
$anahtar = $cek=['anahtar'];
echo $title;
?>