Ok... I have a mysql file, that needs to be loaded , the file goes like this... INSERT INTO `words` (`id`, `section`, `word`, `url`) VALUES(18, 'A1', 'adobe', 'none'); INSERT INTO `words` (`id`, `section`, `word`, `url`) VALUES(19, 'A1', 'adrenaline', 'none'); INSERT INTO `words` (`id`, `section`, `word`, `url`) VALUES(20, 'A1', 'ads', 'none'); INSERT INTO `words` (`id`, `section`, `word`, `url`) VALUES(21, 'A1', 'adventure', 'none'); This is all well, and go for over 10.000 "words" ... now I need a system to be able to replace the "words" for other "words" found in a different TXT file. The reason? I'm trying to use the same system, but loading a spanish list of words. I hope this make sense, please quote in public your rate to be able to "load" the new TXT file in the same format as the code below. Thanks
you mean that this TXT file has a structure like: adobe = something adrenaline = somethingelse and so on?
No the TXT file is just a list of words amigo aleman alemania I need a script of mysql command to insert them as "INSERT INTO `words` (`id`, `section`, `word`, `url`) VALUES(21, 'A1', 'amigo', 'none'); Keep in Mind that A1 stands for Page 1 of Words starting with A.
Nitrogen ill code you up and make sure it works for $15 question you need the A1 to change on word change?
Atlanta, A1 refers to Page 1 for letters starting with the letter A. Each page has 50 words. I already have 2 DP members working on it. So I can only pay for the first one that arrived with a solution.