<?php

$host = "localhost";
$user = "";
$passwd = "";
$dbname = "PetCatalog";

?>