is this code is correct? {{{{{<?PHP require_once("./include/fg_membersite.php"); $fgmembersite = new FGMembersite(); //Provide your site name here $fgmembersite->SetWebsiteName('ix-c.heliohost.org'); //Provide the email address where you want to get notifications $fgmembersite->SetAdminEmail('zigzag@ix-c.heliohost.org'); //Provide your database login details here: //hostname, user name, password, database name and table name //note that the script will create the table (for example, fgusers in this case) //by itself on submitting register.php for the first time $fgmembersite->InitDB(/*hostname*/'ix-c.heliohost.org', /*username*/'gagetboy', /*password*/'**************', /*database name*/'gagetboy_ix-c', /*table name*/'fgusers3'); ?>}}}}}}}}}}}