PDA

View Full Version : Auto Sql Insert


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

DR_GIGGULS
07-26-2008, 07:58 AM
You have to replace phpbb_ with some string, I don't remember what it was - something like {forumname}, better search the forums...