Advertisements
Advertisements
Question
Explain in detail of File handling functions.
Answer in Brief
Solution
- PHP Manipulating Files:
PHP has several functions for creating, reading, uploading, and editing files. - PHP readfile() Function:
The readfile() function reads a file and writes it to the output buffer. - PHP Open File – fopen():
A better method to open files is with the fopen() function.
This function gives you more options than the readfile() function. - PHP Read File – read():
The fread() function reads from an open file. - PHP Close File – close():
The fclose() function is used to close an open file. - PHP Create File – fopen():
The fopen() function is also used to create a file. - Maybe a little confusing, but in PHP. a file is created using the same function used to open files.
- PHP Write to File – write():
The fwrite() function is used to write to a file.
shaalaa.com
HTML Forms
Is there an error in this question or solution?
APPEARS IN
RELATED QUESTIONS
Discuss the following and Answer the question.
A teacher has asked a student to create a web page to accept number and check whether it is between 50 to 100.
- List the variable, operators to be used.
- Specify the built-in function used and structure used.
PHP is a ______ programming language.
How PHP files can be accessed?
What is Form Validation in PHP?
Write Syntax of Text box in HTML,
Write the features Form Handling.
Write the purpose Get method and Post method.
Write short notes on File handling.
Discuss in detail about HTML form controls.
Customer Analytics firm needs to design a survey form as shown below:
Write suitable HTML code to design it.