mysql data transfer with php

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
gnuli
Forum Newbie
Posts: 1
Joined: Wed Oct 28, 2009 2:55 pm

mysql data transfer with php

Post 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
User avatar
akuji36
Forum Contributor
Posts: 190
Joined: Tue Oct 14, 2008 9:53 am
Location: Hartford, Connecticut

Re: mysql data transfer with php

Post 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
Post Reply