<?php
$servername = "localhost";
$username = "liwaavux_aghead";
$password = "gQ+qQA2ZLuKv!.J";
try {
$conn = new PDO("mysql:host=$servername;dbname=liwaavux_liwan23", $username, $password);
// set the PDO error mode to exception
$conn->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
//echo "Connected successfully";
}
catch(PDOException $e)
{
echo "Connection failed: " . $e->getMessage();
}
?>| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| connect.php | File | 464 B | 0644 |
|
| usergroup_8.php | File | 649 B | 0644 |
|