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 file upload?
What is the use of ajax in php?
What is the difference between htmlentities() and htmlspecialchars()?
When a conditional statement is ended with an endif?
Explain briefly about a search-friendly site looks like?
What is the $_ server php_self variable?
How to compare two strings with comparison operators in php?
Can we extend final class in php?
Is string php function?
To find out the current year is leap year or not which date() function we've to use.Give the syntax also
How many columns can be added in a table in mysql?
Is empty in php?