Carnal Chemistry Server Status

connect_error) { die("Connection failed: " . + $con->connect_error); } $stmt = $con->prepare('CALL MakeStatusPage();'); $stmt->execute(); $result = $stmt->get_result(); if (mysqli_num_rows($result) != 0) { $row = $result->fetch_row(); echo $row[0]; } $con->close(); ?>