Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17349 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66875 invoked by uid 1010); 20 Jul 2005 22:33:05 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 66859 invoked from network); 20 Jul 2005 22:33:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jul 2005 22:33:05 -0000 X-Host-Fingerprint: 67.78.11.228 mustangrestomods.com FreeBSD 4.7-5.2 (or MacOS X 10.2-10.3) (1) Received: from ([67.78.11.228:49662] helo=daleenterprise.com) by pb1.pair.com (ecelerity 2.0 beta r(6227M)) with SMTP id C6/A5-61486-021DED24 for ; Wed, 20 Jul 2005 18:33:05 -0400 Received: from localhost (localhost [127.0.0.1]) by daleenterprise.com (Postfix) with ESMTP id 1A6D27446A2 for ; Wed, 20 Jul 2005 18:33:02 -0400 (EDT) Received: from daleenterprise.com ([127.0.0.1]) by localhost (daleenterprise.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00306-12 for ; Wed, 20 Jul 2005 18:33:01 -0400 (EDT) Received: from [10.1.100.11] (relay.mustangrestomods.com [67.78.11.226]) by daleenterprise.com (Postfix) with ESMTP id 0E622744694 for ; Wed, 20 Jul 2005 18:33:01 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v733) Content-Transfer-Encoding: 7bit Message-ID: <1880BA59-9011-4305-9412-C24DCA54FF7D@daleenterprise.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: php dev Date: Wed, 20 Jul 2005 18:33:00 -0400 X-Mailer: Apple Mail (2.733) MTA-Interface: amavisd-new-2.3.1-rc3-E (2005-05-06) at daleenterprise.com X-Spam-Scanned: using SpamAssassin 3.0.4 (2005-06-06) at daleenterprise.com X-Virus-Scanned: using Clamav 0.86.1 (2005-06-23) at daleenterprise.com Subject: where to ask From: info@daleenterprise.com ("D. Walsh") 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