There is error on pv_counter
"; return $display; } $sql="select sum(hits) hits_all from pv_counter"; $result=$mysqli->query($sql); $hits_all=$result->fetch_all(MYSQLI_ASSOC); $display="Page hits: ".$hits." Total: ".$hits_all[0]['hits_all']; echo $display; } log_pv(); pv_counter($user=''); $mysqli->close(); ?>