News

Log In Sponsors
Partner Sites

Re: How do I move data from a database into another database.



This was the problem that I had as the database you originaly have is not going to be the same as the phpBB table. The easiest way that I found to do this was to write a php script that looped through the original table and insertered the details into the phpBB members table. The main problem I found was if the passwords being encrypted in MD5 as phpBB3 uses a different encryption, but this is easily over come. Flabby Rabbit

Click here to read the whole forum topic