How to upload a file (may be a .txt or a .doc file) from a
php script/file?
Answer Posted / guest_shah
u can use move_uploaded_file function.
search for this function in google.
u will get best eg.
| Is This Answer Correct ? | 10 Yes | 4 No |
Post New Answer View All Answers
Difference between get and post method.
What does php exit do?
Why is php used?
What is "print" in php?
What is difference between get and post in php?
Is php procedural or oop?
What are the design patterns in php?
Do you know what is the differences between $a != $B and $a !== $B?
What is the difference between the include() and require() functions?
Explain about looping in PHP?
What is data type in php?
What the use of var_dump()?
Name some of the popular frameworks in php.
What PHP stands for?
What is difference between print_r and echo in php?