Re: [PHP-DB] moving a selection of records from one table to another (identical in structure) table?

2006-09-27 Thread Niel Archer
Hi > Easiest way would be to have MySQL to do it, using an INSERT ... SELECT > statement ... and if you're moving (not just copying) deleting the selected records after of course. Niel -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] moving a selection of records from one table to another (identical in structure) table?

2006-09-27 Thread Niel Archer
Hi Easiest way would be to have MySQL to do it, using an INSERT ... SELECT statement Niel -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] moving a selection of records from one table to another (identical in structure) table?

2006-09-27 Thread Evert
Hi all! What is the best/easiest way to use PHP to move a selection of MySQL records from one table to another table, which is in the same database and which has the same structure as the first table? Greetings, Evert -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: