Skip to content

Instantly share code, notes, and snippets.

View Chandra0505's full-sized avatar
🎯
Focusing

Chandra Prakash Chandra0505

🎯
Focusing
View GitHub Profile
<?php
$dbhost = "localhost";
$dbuser = "root";
$dbpass = "";
$dbname = "login";
$conn = new mysqli($dbhost,$dbuser,$dbpass,$dbname);
if($conn->connect_error){
die("Could not connect to the database!" . $conn->connect_error);
}
else {
@Chandra0505
Chandra0505 / README.md
Last active December 19, 2018 13:34 — forked from hofmannsven/README.md
My simply Git Cheatsheet