Preview:
<?php
    $servername = "localhost:3308";
    $username = "root";
    $password = "";
    $database = "html+css";
    $port = "3308";

    $conn = mysqli_connect($servername, $username, $password, $database , $port);

    if (!$conn) {
        echo "Connection Failed.";
    }
?>
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