When you use MySQL to query a database, you have the ability to view results from that query on your screen or send them to a text file. If you insert tab characters into the output data stream, you ...
Hey I've been using the following script that I found from google to write the results of a mysql query into a excel spreadsheet. The script works in the sense that when i view the source of the page ...