Re: [PHP] Use PHP to copy MySQL tables

2004-04-09 Thread Jochem Maas
it maybe too much work, but FirebirdDB + PHP5 allows the use of ibase_backup() & ibase_restore() - very nifty. otherwise maybe take a look at the phpMyAdmin source for how they handle such thing - Robb Kerr wrote: Is there an easy way to create an HTML page that uses PHP to copy selected MySQL

[PHP] Use PHP to copy MySQL tables

2004-04-08 Thread Robb Kerr
Is there an easy way to create an HTML page that uses PHP to copy selected MySQL tables to backup copies on the same MySQL server? I want to create an administration page for my client to be able to "backup" their database whenever they see fit. But, I can't give them direct access to the MySQL ser