Skip to content

Instantly share code, notes, and snippets.

View fellydee's full-sized avatar

Raphael Njoku-Andie fellydee

View GitHub Profile
<!DOCTYPE html>
<html>
<head></head>
<body>
<?php
// Database connection parameters.
$servername = "localhost";
$username = "root";
$password = "";
$dbname = "SampleDB";