config.php

PHOTO EMBED

Wed Jan 19 2022 14:40:09 GMT+0000 (Coordinated Universal Time)

Saved by @webCycle

<?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.";
    }
?>
content_copyCOPY