> <form enctype="multipart/form-data" action="postbit.php" method="post">
> <input type="hidden" name="5400" value="1000">
> Send this file: <input name="userfile" type="file">
> <input type="submit" value="Send File">
> </form>

I am not really replying to your question, but just as a remark, in php, a
variable needs to start with a letter or and underscire. (must be detailed
in the doc)
So I have absolutely no idea how PHP will interpret this line :
 <input type="hidden" name="5400" value="1000">
(and I would be curious to know how it actually does ! can you tell me ? )

bye

Eric



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

Reply via email to