Answer Posted / simran
The file name on the browser system
$file_name=$_FILES[$fieldName]['name'];
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is cookies? How to create cookies in php?
How check variable is set or not in php?
What is the difference between == and === operator in PHP?
What is interface? Why it is used?
What are the different ways to login to a remote server? Explain the me, advantages and disadvantages?
Explain some of the php string functions?
What are the differences between echo and print?
How cookies are trported from browsers to servers?
How does the identity operator === compare two values?
Explain scalar type declarations in php7?
Write a program to find the factorial of a number in php?
Explain the syntax for ‘foreach’ loop with example.
Which array function checks if the particular key exists in the array?
How are cookies created?
How can we automatically escape incoming data?