Verwijder in mysql en voeg in. ( opgelost )
Geplaatst: 02 apr 2007, 20:34
				
				Hallo mensen ik zou graag een sql quiry ongedaan maken en een ander gebruiken. Of gewoon verandere.
remove from mysql
INSERT INTO phpbb_config (config_name, config_value) VALUES ('meta_language', 'en');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('meta_author', 'Forum Meta Tags v1.0.2');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('meta_keywords', 'keywords, seperated, by, commas');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('meta_description', 'The description of your site.');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('meta_robots', 'index, follow');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('meta_rating', 'General');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('meta_visit_after', '7 days');
insert into sql
INSERT INTO phpbb_config (config_name, config_value) VALUES ('meta_language', 'en');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('meta_author', 'Anime Dream Resource');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('meta_keywords', 'anime, manga, movies, series, anime downloads, anime serie downloads, manga downloads, series downloads, downloads, movie downloads,');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('meta_description', 'Anime Dream Resource, free anime downloads, talk on the forum and so much more.');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('meta_robots', 'index, follow');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('meta_rating', 'General');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('meta_visit_after', '2 days');
Dit zou ik graag dus willen wat moet ik dan invoeren in mysql?
m.v.g jeffrey
			remove from mysql
INSERT INTO phpbb_config (config_name, config_value) VALUES ('meta_language', 'en');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('meta_author', 'Forum Meta Tags v1.0.2');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('meta_keywords', 'keywords, seperated, by, commas');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('meta_description', 'The description of your site.');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('meta_robots', 'index, follow');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('meta_rating', 'General');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('meta_visit_after', '7 days');
insert into sql
INSERT INTO phpbb_config (config_name, config_value) VALUES ('meta_language', 'en');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('meta_author', 'Anime Dream Resource');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('meta_keywords', 'anime, manga, movies, series, anime downloads, anime serie downloads, manga downloads, series downloads, downloads, movie downloads,');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('meta_description', 'Anime Dream Resource, free anime downloads, talk on the forum and so much more.');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('meta_robots', 'index, follow');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('meta_rating', 'General');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('meta_visit_after', '2 days');
Dit zou ik graag dus willen wat moet ik dan invoeren in mysql?
m.v.g jeffrey

 en dat bestandje heeft mijn template nou juist niet anders opgebouwt.
 en dat bestandje heeft mijn template nou juist niet anders opgebouwt.
