how to upload a file in php.write a syntex for that
Answer / sumit manchanda
move_uploaded_file syntex is used to upload a file
| Is This Answer Correct ? | 5 Yes | 3 No |
How to download a php script directly in your script page?
3 Answers A1 Technology, Zmanda,
What is the purpose of the '.myi' file extension? What do thes file contain?
What is die in php?
How can I know that a variable is a number or not using a JavaScript?
Tell me what is the difference between unset() and unlink()?
What is the difference between nowdoc and heredoc?
What does empty mean in php?
Can we use include ("xyz.php") two times in a php page "index.php"?
What and How possible injection in PHP and mysql?
What types of Data Can Be Used as Array Keys?
How to repeat a string to a specific number of times in php?
What are the differences between require and include, include_once?