[PHP-DB] howto merge tables..

2003-08-22 Thread FB
Hi, I have 3 similar tables. I want to merge them. The thing I use is 1) SELECT * 2) Make a while statement 3) INSERT each raw into the other table is there a easier way? FB -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] howto merge tables..

2003-08-22 Thread FB
that was preety good.. merged 3 tables with 2 million raws in 3 minutes... thanks FB Sean Burlington [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] FB wrote: Hi, I have 3 similar tables. I want to merge them. The thing I use is 1) SELECT * 2) Make a while statement 3

[PHP-DB] all files in a directory

2003-09-05 Thread FB
Hi all, I need a small script of php selecting all the files in a directory and putting the names in an array. Also, selecting a specific type might be helpfull like *.TXT I tried to write on my own but it is not a success yet :)) Anyone to help? I will use it on Win32 (2000 pro and XP)