Page 1 of 1

mysql data transfer with php

Posted: Wed Oct 28, 2009 3:04 pm
by gnuli
Hello,
I've an old web-site that uses a cms with its respective mysql database where there are the data;
Now switching to a new csm (drupal) I have to create a php script that reading the data from the old database, modify it and save it in the new mysql database.

Does somebody suggest me some links where I can find resources and indication to help me for write this script?

thank you


Luca

Re: mysql data transfer with php

Posted: Fri Oct 30, 2009 2:11 pm
by akuji36
Hello

If you have direct access to old db phpmyadmin can

export old data and easily import to new db.

Once I had problem with phpBB years back.

needed a special script (from phpbb) in order

to get data. brutal

thanks

Rod