File "count_db.php"
Full Path: /home/custbahd/tourismfraternity.com/admin/counter/count_db.php
File size: 427 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
// Servername
$servername = "localhost";
// Username
$username = "custbahd_customassistname";
// Empty password
$password = "Rwatangabo1son";
// Database name
$dbname = "custbahd_tourism";
// Create connection by passing these
// connection parameters
$conn = new mysqli($servername, $username, $password, $dbname);
// SQL query to find total count
?>