$hasil=mysqli_query($connect, $ambil);
$hasil_id=$hasil['id'];
$hasil_name=$hasil['name'];
$hasil_email=$hasil['email'];
$hasil_comment=$hasil['comment'];
I got this fatal error from the code above, is it something to do with the php version? especialy when using mysqli