Advertisements
Advertisements
Question
Write short notes on File handling.
Solution
- File handling is an important activity of all web application development process.
- It is needed for any application. For some tasks to be done file needs to be processed.
- File handling in PHP is similar as file handling is done by using any programming language.
APPEARS IN
RELATED QUESTIONS
Discuss the following and Answer the question.
A Jr. web designer wants to design a webpage to enter the employee name, address. He needs a button to clear the form content and submit the data.
- Write the different controls he will use to create the web page.
- State the tags to be used for the controls.
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.
When you use the $_GET variable to collect data, the data is visible to ______.
______ method stores the input data in the request body of the clients HTTP request.
Which attribute of form tag helps in client-side validation?
List out HTML control to support PHP language.
Write any two rules for input HTML.
Write the features Form Handling.
Write the purpose Get method and Post method.
Explain the concept of Submit and Reset buttons in HTML forms.