I am trying to access data on a mySQL server, but due to my age and alzheimer's I seem to be overlooking the obvious mistake here. Anyone care to spare a couple of minutes to help.

Code:
<?
$host = "localhost";
$user = "root";
$pass = "";
$dbname = "wxoww";
$datatbl= "tbl_owwdata";

$connection = mysql_connect($host,$user,$pass) or die (mysql_errno().":
...