It is there
PHP Code:
$link = mysql_connect ($server, $username, $password)
$db is just a variable name, it can be anything. It can be $cat**** if you want. In this case, he chose $link instead. $server is the server name which is set on the first line.