VarcoAlex
07-21-2008, 02:26 PM
INSERT INTO phpbb_config (config_name, config_value) VALUES ('HEADER', '');
INSERT INTO phpbb_a_and_r_config (config_name, config_value) VALUES ('FOOTER', '');
I want to insert this automaticaly when someone register.Please help me.And where to put it ? I think new_forum_sql.php but where
INSERT INTO phpbb_a_and_r_config (config_name, config_value) VALUES ('FOOTER', '');
I want to insert this automaticaly when someone register.Please help me.And where to put it ? I think new_forum_sql.php but where