Re: [PHP] dumping array to file

2006-03-16 Thread Jochem Maas
blackwater dev wrote: I am doing a select from a mssql db and will then pump it into a mysql db. What is the easiest way to take the result array from the mssql db and dump it to a file that I can just pull into MySQL short of writing out to the file row by row. how else are you going to genera

Re: [PHP] dumping array to file

2006-03-15 Thread Chris
blackwater dev wrote: I am doing a select from a mssql db and will then pump it into a mysql db. What is the easiest way to take the result array from the mssql db and dump it to a file that I can just pull into MySQL short of writing out to the file row by row. Didn't you ask this yesterday ?

[PHP] dumping array to file

2006-03-15 Thread blackwater dev
I am doing a select from a mssql db and will then pump it into a mysql db. What is the easiest way to take the result array from the mssql db and dump it to a file that I can just pull into MySQL short of writing out to the file row by row. Thanks.