How to upload a file (may be a .txt or a .doc file) from a
php script/file?
Answer / 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 |
Which framework is best for php?
What is the difference between myisam and innodb?
How to break a file path name into parts?
How can you send email in php?
What distinguishes php from something like client side java script?
Which operator is used to combine string values in php?
Why echo is faster than print in php?
how to track user logged out or not? when a user is idle?
What is the difference between single quoted string and double quoted string?
Explain a resource?
How is it possible to cast types in php?
Differentiate between php5 and php7?