From: James E. F. <jf...@ac...> - 2002-03-30 15:26:13
|
What version of PHP do you have? I used $_REQUEST[] in the updates for download/export. That is available only in PHP4.1.0 or later. If you have an older version I would suggest upgrading (security holes), though if you cannot. then replace $_REQUEST[] with $GLOBALS['HTTP_GET_VARS'][]. -James On Sat, 30 Mar 2002, Kon Angelopoulos wrote: > OK, > > I've made the correction (updated my CVS copy) but still get an "Invalid > survey ID" error whenever I try to download any survey results. > > Any ideas ???? > Kon |