You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$update = mysqli_query($connect,"UPDATE posts SET title='$title', cover_url='$cover_url', content='$content' WHERE id='$id' "); //menggunakan kondisi where untuk menyimpan dengan data spesifik