Hi, I am implementing a change in all files where we use $db for a query. There will be a new function db_name that adds backquotes if MySQL version supports it. For example, in db_create.php3: $result = mysql_query("CREATE DATABASE " . db_name($db)) or mysql_die(); Marc