On my dev servers, I am able to export to Excel with no troubles. In the production server, it just comes out as text directly in the web browser. So there seems to be something weird with that environment, and I assume the headers are not being written out properly.
So, I built a little plain jane export.php script that establishes its own mysql connection and uses sql and echo to write the file out to Excel. And it works just fine. Where should I put this file in the /cake/app directory? In webroot? And is there a special way/url I should use to call/access it? Wayne --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
