one.htm has a form
| Code: |
<form action="two.php" method="post" enctype="multipart/form-data"> <label for="file"></label> File:<input type="file" name="file" id="file" /> User: <input type="text" name="user" id="user" /> <br /> <input type="submit" name="submit" value="Submit" /> </form> |
I copied this from w3schools and added the "User" input. It's part of an upload script. two.php uploads the file, and will (say) echo the content of the "user" input. The problem is that I don't know how to do that. What is the variable name for the content of the text input?
Post edited at 12:26 pm on June 7, 2008 by Mediocre
-------
Incest and bestiality are neat.