From: Kon A. <ang...@ip...> - 2002-03-31 00:58:59
|
Sorry James, I misunderstood your question. I'm in desperate need of a php update. My current version is 4.0.4pl1 which made me realise that the php super global $_REQUEST is not available prior to php4.1.0. I just found the latest source files for php on my box but I've forgotten to update. Kon On Sun, 31 Mar 2002 08:41, Kon Angelopoulos wrote: > James, > > I'm using the latest version - ckecked out from devel cvs yesterday. > > Kon > > On Sun, 31 Mar 2002 02:26, James E. Flemer wrote: > > 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 |