Dear all,
The data given by the web-guests have been stored in the database of mysql data server. How are the data to be extracted into the text files for reference or other uses?
Sincerely yours, Simon
Maybe you want mysqldump? It'll dump the contents of the database in sql syntax. If not I'm sure others will pipe up with suggestions.
What exactly do you want to do with the data in the database?
If you just want to show the data to other visitors of your website, you can fetch the data from the DB using a select, and print the data in a php script.