Have you verified username, host information, password etc etc?

your PHP connect to the MySQL database isn't working.

Also you have an error in your connection string.

$cxn = mysqli_connect

should be
$cxn = mysql_connect