how to upload a file in php.write a syntex for that
Answer / sumit manchanda
move_uploaded_file syntex is used to upload a file
| Is This Answer Correct ? | 5 Yes | 3 No |
What is the difference between echo print and print_r in php?
What is the static variable in function useful for?
What are php variables?
What is the exact Diff. between include_once() and require_once() in PHP?
What is pdo classes?
What is the use of "ksort" in php?
Why are sessions used?
Write a program in php to find the occurrence of a word in a string?
Why php is used in html?
What is $_ env in php?
Is php developer in demand?
1.What are the difference between echo , print , print_r ? else this 3 can we show output to a client in some other way?