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 |
What is warning – “cannot modify header information – headers already sent”?
Is php open source?
How to write in a file in php?
What is is_null() in php?
Explain the difference between isset() and empty()?
Is php front end or back end?
What is difference between md5 and SHA256?
Is multiple inheritance supported in php?
Which is the latest version of php?
Can we override static method?
Which function can be used to delete a file?
Tell me can you extend a final defined class?