Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members   Related Pages  

test.php

Go to the documentation of this file.
00001 <html>
00002 <head>
00003 <title>"Test</title>
00004 </head>
00005 <body>
00006 <h1>Send a file</h1>
00007 <form method="post" action="test.php" enctype="multipart/form-data">
00008 <input type="file" name="userfile">
00009 <input type="submit" name="Send">
00010 </form>
00011 <pre>
00012 <?php
00013 var_dump($_REQUEST);
00014 print_r($_FILES);
00015 ?>
00016 </pre>
00017 </body>
00018 </html>

Generated on Sun Oct 19 11:08:00 2003 for ImaComm by doxygen1.3