<?php
//hostname,username,password,database
$connection = mysqli_connect('localhost', 'root', '', 'loginapp');
if(!$connection){
die('connection failed')
}
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter