Here's what I'm trying to accomplish: transfer game scores from phpbb-amod (arcade) to smfarcade. With my lack of any coding skills, I use cut and paste, so I hope someone can help me with an easier solution.
In phpbb_ina_scores I copy these: game_name, player_id, score, date
I paste them into smf_games_high: game, member, score, stime
For each line in smf_games_high, I increment the id and everything seems to work fine.
Anyone willing to help me with an easier solution?
TIA
Anyone willing to help with this one or provide a link to read a tutorial? I hear that it can be done using INSERT, but I have no idea how. Is this better done from within phpmyadmin?