RE: [PHP] Missing Var

2004-01-29 Thread Chris
You are referencing the file vars incorrectly. It needs to be $_FILES['finame'] not $_FILES['$finame']. -Original Message- From: Nicholas Fitzgerald [mailto:[EMAIL PROTECTED] Sent: Thursday, January 29, 2004 6:23 PM To: [EMAIL PROTECTED] Subject: [PHP] Missing V

[PHP] Missing Var

2004-01-29 Thread Nicholas Fitzgerald
Running Red Hat Fedora 1, latest updates. MySQL 3.23.58 PHP 4.3.4 Apache 2.0.48. Uploaded file info not showing up where it's supposed to. Here's the scenario: Here is my "form header": Here is the input field where it gets the filename: Here is the PHP code that execute