Advertisements
Advertisements
Question
PHP is a ______ programming language.
Options
Client side
Server side
Object side
file side
MCQ
Fill in the Blanks
Solution
PHP is a server side programming language.
shaalaa.com
HTML Forms
Is there an error in this question or solution?
APPEARS IN
RELATED QUESTIONS
Trace the output of following html code.
‹!DOCTYPE html›
‹html›
‹head›
‹title›Heading tags‹/title›
‹/head›
‹body›
‹h1 align=left›Information Technology‹/h1›
‹hr›
‹h2 align=center›XI Standard‹/h2›
‹h3 align=right›Division‹/h3›
‹/body›
‹/html›
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.
The no. of parameters used by fclose() function.
Identify which is not a server side application language.
Define HTML form controls.
Differentiate Get and Post Method.
Write short notes on File handling.
Explain the process File handling.
Explain in detail of File handling functions.
Explain the concept of Submit and Reset buttons in HTML forms.