Hi,

 im a newbie to php and are trying to make a small upload script. So i have
 read about the variables $userfile and $userfile_name. When i try to run
the
 script i get the following error:

 Notice: Undefined variable: userfile
 Notice: Undefined variable: userfile_name

 Some of the code:

 if ( is_uploaded_file ( $_FILES  [$userfile] [$userfile_name] ) )

 Why cant i use the variables?




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to