<?php $adress = "localhost"; // Db-server adress $db_username = ""; // Db-username $db_name = ""; // Dbname $db_pwd = ""; // Db-userpassword $db_tableName = "MyNotebook"; // Name of Table in Db $db_tagTableName = "MyNotebook_tags"; $db_noteTagsTableName = "MyNotebook_notetags"; $user_pwd = ""; $defaultTags = "info"; // Default active tags seperated by spaces $allNotesTagName = "allnotes"; // Tag-name that is used to display all notes ?>