How to make a file encrypt and decrypt?
Answer Posted / c.balamurugan
<html>
<body>
<form action="a.php" method="post" enctype="multiform/form-
data">
//<form element>//
</form>
</body>
</html>
| Is This Answer Correct ? | 1 Yes | 10 No |
Post New Answer View All Answers
Where is the submitted form data stored?
Can you specify the "new line" character in single-quoted strings?
What are the file upload settings in configuration file?
Explain me what are the main error types in php and how do they differ?
Explain how does one prevent the following warning ‘warning: cannot modify header information – headers already sent' and why does it occur in the first place?
What is the function in PHP do not return a timestamp?
What is phpsessid?
How can you send http header to the client in php?
What are the different data types in javascript?
Explain Type hinting in PHP?
What is prepare in php?
What is advanced php programming?
What is difference between single quotes and double quotes in php?
Tell me how can we get the error when there is a problem to upload a file?
What is the meaning of ‘escaping to php’?