Execute( 'CREATE TABLE IF NOT EXISTS `'.tbl("global_announcement").'` ( `announcement` text NOT NULL ) ENGINE=MyISAM;' ); //inserting new announcment $db->Execute("INSERT INTO ".tbl('global_announcement')." (announcement) VALUES ('')"); } //This will first check if plugin is installed or not, if not this function will install the plugin details install_global_announcement(); ?>