I have created a php form that inserts data into a MySQL database but I would like to be able to export the data directly to a text file or even an access database. Is there any way of doing this?
I have tried....
load data outfile "c:/mysql/bin/myfile.txt" from table_name but it only allowed me to do this once. Ideally I would like to just add data to the text file each time a user submits.....any ideas????
Thankyou in advance,
Rach
I have tried....
load data outfile "c:/mysql/bin/myfile.txt" from table_name but it only allowed me to do this once. Ideally I would like to just add data to the text file each time a user submits.....any ideas????
Thankyou in advance,
Rach