McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2026
→
Bachelor of Computer Applications (BCA)
→
Advanced Web Technologies
→
XML
→
The default file extension for PHP files...
Q.
The default file extension for PHP files is _________
A.
.PHP
B.
.js
C.
.Ajs
D.
none of these
Answer» A. .PHP
2.7k
0
Do you find this helpful?
32
View all MCQs in
Advanced Web Technologies
Discussion
No comments yet
Login to comment
Related MCQs
A PHP script starts with <?php and ends with ?>: <?php // PHP code goes here ?>
PHP files can contain text, HTML, CSS, JavaScript, and PHP code
Which of the following statements are true is/are true about constructors in PHP? (i) PHP 4 introduced class constructors. (ii) Constructors can accept parameters. (iii) Constructors can call class methods or other functions (iv) Class constructors can call on other constructors.
_____________ is a php super global variable which is used to access global variable from anywhere in PHP script.
In PHP, there are three types of arrays one is not type of array in php which one:
While writing your PHP program, it is a good idea to use PHP-aware editors like ____
A ______is a small file that the server embeds on the user's computer. Each time the same computer requests a page with a browser, it will send the cookie too. With PHP, you can both create and retrieve cookie values.
A cookie is a small file that the server embeds on the user's computer. Each time the same computer requests a page with a browser, it will send the cookie too. With PHP, you can both create and retrieve cookie values.
PHP recognize constructors by the name.
Which version of PHP introduced the instance of keyword?