restoring a table / db

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
cardi777
Forum Commoner
Posts: 54
Joined: Sun Mar 29, 2009 4:26 am

restoring a table / db

Post by cardi777 »

Hi all,

Does anyone know of any good classes that can do the following:

- just restore table data
- just restore table structure
- just restore db data
- just restore db structure
- restore whole db

Been Googling and searching phpclasses but to no avail.

I found a class that can do backups with all those options which is FANTASTIC but I can't find another class to match for restoring :P

Maybe just some simple PHP would do the trick?

Cheers,
Doug
cardi777
Forum Commoner
Posts: 54
Joined: Sun Mar 29, 2009 4:26 am

Re: restoring a table / db

Post by cardi777 »

thanks - ill have a shot at it
Post Reply