Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in D:\wamp64\www\kesinyap\arama.php on line 8
kodlar
session_start();
include 'sistem.php';
include 'ayar.php';
$aranan=$_POST["aramak"];
$ara=mysql_query("SELECT * FROM postlar where tag like $aranan%");
while ($cp=mysql_fetch_array($ara)) {
echo $cp["yazi"];
}
?>
sorun nerede ?