Detail Report

connect_error) { die(“Connection failed: ” . $conn->connect_error); } $sql = “SELECT incident_type, fir_section,district FROM tx_fir_details”; $result = $conn->query($sql); if ($result->num_rows > 0) { // output data of each row while($row = $result->fetch_assoc()) { echo “incident_type: ” . $row[“incident_type”]. ” – fir_section: ” . $row[“fir_section”]. ” ” . $row[“district”]. “
“; } } else { echo “0 results”; } $conn->close(); ?>
This shortcode LP Profile only use on the page Profile
Skip to toolbar