<?php

try {
    $db = new PDO("mysql:host=localhost;dbname=gamble_free", "gamblefreecom", "TWMVmHmuMgCZ3DMk");
    // Other PDO configuration options go here
} catch (PDOException $e) {
    echo "PDO Connection failed: " . $e->getMessage();
}
// $db = new PDO("mysql:host=209.38.250.36;dbname=gamble_free", "gamblefreecom", "TWMVmHmuMgCZ3DMk");

?>