It a BASIC question,

With the following:

<FORM NAME='Job_Application' ACTION="job_action.php" METHOD=post
ENCTYPE="multipart/form-data">
    <INPUT TYPE="text" NAME="name">
     Name : <BR>
    <INPUT TYPE=HIDDEN NAME=MAX_FILE_SIZE VALUE=200000>
    <INPUT TYPE=FILE NAME="userfile"><BR><BR>
    <INPUT TYPE="submit" NAME="enter" VALUE="Send"><BR>
    <INPUT TYPE="reset" value="reset" name="reset"><BR>
</FORM>

With the job_action.php I want to display the resaults to the user.

But the variable name is empty.

What's the problem?

Thanks

Frédérick St-Hilaire



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

Reply via email to