I have simple Update query like,
$ekleme=mysql_query("UPDATE books SET adi = '$adi' WHERE id = '$id'");
But in the end, it returns with empty "adi" cell.
I have simple Update query like,
$ekleme=mysql_query("UPDATE books SET adi = '$adi' WHERE id = '$id'");
But in the end, it returns with empty "adi" cell.