posting and retriving image PHP?

Creq Du Freak

New member
here form php code
<form action="tmp.php" method="post"
enctype="multipart/form*data">
<label for="file" >Filename:</label>
<input type="file" name="userfile" id="file" />
<br />
<input type="submit" name="upload" value="upload" class='submit' />
</form>


what shoul i write in tmp.php
to display the image (no storing ect)
 
Back
Top