martino2000
2-19-04, 05:09 PM
I'm new to sql and php but have an up and running database with pages dealing with the data. What I am finding hard to figure out is to export the data selectively to users local machine.
I have an extensive roster with many fields from which we want to create mailing lable lists, email lists etc. This need different fields, selected and sorted differently. I was thinking in terms of a cvs file. Unfortunately select load data infile local does not seem to have a reverse local option so the file can be created on their machine. msqldump seems totally inappropiate for what I need.
I have an extensive roster with many fields from which we want to create mailing lable lists, email lists etc. This need different fields, selected and sorted differently. I was thinking in terms of a cvs file. Unfortunately select load data infile local does not seem to have a reverse local option so the file can be created on their machine. msqldump seems totally inappropiate for what I need.