From: Peter F. <pe...@si...> - 2006-02-21 20:36:51
|
Matthew Gregg wrote: > Could PHP limits(memory/execution time) be stopping the user from > exporting? I certainly hope not. It's a 40-question survey with 700 responses. If there are limits on that, then PHP was the wrong language to use for implementing a survey system! I exported the whole database and wrote a routine to piece together the data for this survey and output it in CSV as the user wanted. Useful exercise but not something I want to do every time a user does a survey. Can limits in PHP be overridden? ///Peter > On 2/17/06, *Peter Flynn* <pe...@si... <mailto:pe...@si...>> > wrote: > > Aaron Axelsen wrote: > > I recently experienced a problem of not being able to download > exports. > > So far i have tracked it down to only happening in Internet Explorer. > > In other browsers like firefox it seems to work fine. When i get a > > chance i'm going to see if I can figure out why its not working > in IE. > > Does your same problem happen in firefox and IE? > > Unfortunately not. The user has Windows and IE and I'm using Linux and > Firefox. Identical problem in both. > > ///Peter |