<?php $host = "localhost"; $user = ""; $password = ""; $db = ""; $table = ""; if(empty($host) or empty($user) or empty($password) or empty($db) or empty($table)) die('You must assign a value to all of the variables in cnx_i18n.inc.php.'); ?>