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
mysql data transfer with php
Moderator: General Moderators
- akuji36
- Forum Contributor
- Posts: 190
- Joined: Tue Oct 14, 2008 9:53 am
- Location: Hartford, Connecticut
Re: mysql data transfer with php
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
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