simply when i try this code in my php editor images was successfully uploaded in folder but not show image name in mysql database table.

html file code:
Code:
<form  action="move_fupload.php" method="post" enctype="multipart/form-data">
User File1<input type="file" name="ufile" />
<input type="submit" />
</form>

php...