<?php //configuration $host = "localhost"; $username = "root"; $password = ""; $database = "blogtastic"; ?>