PDA

View Full Version : Need Help Copying Guest Book


margo
01-22-2005, 06:43 AM
All suggestions are/will be greatly appreciated!

Application is Advanced Guest Book 2.2
Powered by Php and Mysql

Want to copy this information from one web site to another without loosing any of the entries. Its only about 10.

Do not know whats involved in doing this, please help?

raf
01-22-2005, 12:50 PM
Its only about 10.
:confused:

Anyway, copy all files (html, php etc) to the new server.
Then create a dumpfile of your db (all tables, structure and data). Then execute the dumpfile on the new server.