>>> "Curlybraces Technologies Ltd" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] hi ,
i want to export data in mysql to excel .. but problem is mysql runs in the linux machine , How can i get that data from mysql-Linux machine to windows-Excel machine , plz help asap thanx in advance curlys <<< Usually it's just selecting all records and writing them in a plain text file spererating the values with commas (Comma Seperated Values), each record in a seperate line. The file extension should be .csv. Then Excel will open it as a spreadsheet. But I think it's worth a try to follow the advice of Marek to try out an existing class for this task. Take a look here: http://www.phpclasses.org/search.html?words=excel&go_search=1&x=0&y=0 Regards, Torsten -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php