So I'm learning php, I've learned all the basic stuff about php and mysql and now I'm about to start learning how to make them interact with one another. The php code is:
<?php
$connection = mysql_connect("localhost", "root", "my_password");
?>
When I try to load this page I keep...