now if i wanted to use the IPB forums, would it be basically the same setup and in this line of code :
mysql_query("INSERT INTO __DATABASE_DB__.`ipb_members` (`member_name`,`date_registered`,`real_name`,`emai l_address`,`passwd`) VALUES ('{$username}',unix_timestamp(),'{$username}','{$e mail}', '{$password}')");
or do you think its a whole different setup