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
What does odbc do in context with php?
What is data type in php?
Why die is used in php?
What is the difference between implode() and explode() in php?
What are the Formatting and Printing Strings available in PHP?
How you can update memcached when you make changes to php?
What would occur if a fatal error was thrown in your php program?
What are the benefits of composer?
Which array function checks if the particular key exists in the array?
What is php regular expression?
What is cURL in PHP?
What is the difference between array_merge() and array_merge_recursive() in php?
Do you know how to declare an array in php?
What is the use of $_server["php_self"] variable?
What is php and how do you use it?