On Mon, 29 Apr 2002, Liam Gibbs wrote: > I'm not sure if this is possible in PHP (maybe it's even an SQL problem, > I dunno), but is there a command that will duplicate a database? I need > to make a 'mirror' of it that I can dispose of after my user logs out > that won't change the source database at all.
Normally you'd use the database's rollback mechanism for this. miguel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php