Re: [PHP] Exporting from Multiple mySQL Tables into One - SOLVED!

2007-01-18 Thread Rahul S. Johari
Ave, I was fiddling my way around with foreach and found a solution to my problem. Here's my code: // define the array $tChoice = array( "lodispo_osma" => "ATL", "lodispo_osmh" => "HOU", "lodispo_osmj" => "JAX", "lodispo_osmt" => "TPA", "lodispo" => "VB

[PHP] Exporting from Multiple mySQL Tables into One

2007-01-18 Thread Rahul S. Johari
Ave, I¹m not sure how to execute this. I can easily write a long, tedious code to handle each table separately, but I¹m sure there is an Array/For Each way to do this. I¹ve got 6 mySQL tables. I¹ve written a code that dumps data from each table into one corresponding DBF table. While writing to