Whats wrong with this code?
<?php
move_uploaded_file($_FILES['file']['tmp_name']."picture/".$_FILES['file']['name']);
?>
<form action='' method='post' enctype='multipart/form-data'>
<input type='file' name='file'>
<input type='submit' name='submit' value='Upload'>
</form>
I'm getting this error: Warning: move_uploaded_file() expects exactly 2 parameters, 1 given in C:\xampp\htdocs\social\profile.php on line 3