Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17350 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75860 invoked by uid 1010); 20 Jul 2005 22:59:45 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 75845 invoked from network); 20 Jul 2005 22:59:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jul 2005 22:59:45 -0000 X-Host-Fingerprint: 82.1.27.86 spc2-hava1-4-0-cust86.cosh.broadband.ntl.com Received: from ([82.1.27.86:1836] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.0 beta r(6227M)) with SMTP id A4/96-61486-167DED24 for ; Wed, 20 Jul 2005 18:59:45 -0400 Message-ID: To: internals@lists.php.net Date: Wed, 20 Jul 2005 23:59:42 +0100 User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 References: <1880BA59-9011-4305-9412-C24DCA54FF7D@daleenterprise.com> In-Reply-To: <1880BA59-9011-4305-9412-C24DCA54FF7D@daleenterprise.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 82.1.27.86 Subject: Re: where to ask From: nick.telford@ntlworld.com (Nicholas Telford) Post your question to php-general@lists.php.net this mailing list is for the development of PHP itself. Nicholas Telford D. Walsh wrote: > This may not be the right place to ask but google has kicked my a$$ > trying to find a solution. > > I've installed PHP-4.4.0, I have "register_globals = Off" and > "register_argc_argv = Off", a script I'm trying to run is using > "$_FILES['uploadfile']['name']" and it only works with register globals > on. > > How do I get this to work without turning globals on? > > I've looked in the PHP manual but it doesn't give me anything I > understand so if you can stop laughing and tell me what to change this > too I'd be a happy camper and be on my merry way. > > > -- lost in PHP4