From: Peter F. <pe...@si...> - 2006-02-27 21:18:38
|
Matthew Gregg wrote: > Globals should be OFF. Thanks :-) Still haven't found the reason for the non-export of data though. As a non-PHP person, what's the best way for me to trace what the export routine is doing? In admin/include/function I can edit survey_export_csv.inc -- what command can I reasonably insert between lines simply to log to a disk file that the program has gotten that far? eg write(somefile,$numcols) or whatever the syntax is. Surely someone has found and fixed this before now? ///Peter |