<?php error_reporting(0); $connection = mysql_connect("localhost","root",""); mysql_select_db("script",$connection) or die("Failed to Connect to the Database."); mysql_query("SET NAMES 'utf8'"); ?> Database name, Username, Password: Where do we write these? I get an error saying Failed to Connect to the Database.