Reported Questions
Test
Model Test
Ebook
Quiz-1 : PHP Fundamental
Quiz-2 : PHP Variables and Datatypes
Quiz - PHP Basic 1
Quiz - PHP Fundamental 3
Quiz - PHP Advanced Concept, Networking, Super G.
Quiz - PHP Networking
Quiz PHP Object Oriented Programming
Quiz - PHP string,oop,regular expression
Quiz - PHP and MySQL
Quiz - PHP String,Security,Webservice
Index
PHP Home
PHP Fundamentals
230
PHP Input/Output
16
PHP Object Oriented Programming
59
PHP Installation & Configuration
17
Reported Questions
80
PHP Functions
16
PHP Regular Expression
33
PHP Variables and Datatypes
62
PHP Arrays
104
PHP Operators and Expressions
6
PHP Built-in Constants and Standard PHP .
10
PHP Advanced Concepts
120
PHP Error Handling
34
PHP String Operation
36
PHP Language Syntax
11
PHP Super Globals
21
PHP Datetime and timezone
4
PHP Networking
12
PHP with MySQL
5
PHP Web Service
10
PHP Security
15
PHP File Handling
9
PHP PEAR
7
PHP Control Structure
7
PHP Form Handling
1
Schools
Ebook
Question:
What are the comments of PHP?
A
/* */
B
//
C
#
D
? ?
Note:
Not available
Show answer
Show Note
Report
Question:
PHP data types are ______.
A
Boolean & Integer
B
Float & String
C
Array & Object
D
Resource & NULL
Note:
Not available
Show answer
Show Note
Report
Question:
If we want to return of length, we use ______ .
A
strlen("");
B
strlen();
C
strlength("");
D
str("");
Note:
Not available
Show answer
Show Note
Report
Question:
<?php echo strlen(“We are round 15 @ IDB-BISEW”); ?> This code produces the following:
A
27
B
26
C
25
D
28
Note:
Not available
Show answer
Show Note
Report
Question:
<?php echo strpos("We are round 15 @ IDB-BISEW","15"); ?> This code produces the following:
A
13
B
14
C
12
D
"15"
Note:
Not available
Show answer
Show Note
Report
Question:
<?php $apon=array(“Mony”,”Emdad”,”Sefat”); foreach($apon as $hasan) { echo $hasan; } ?>
This code produces the following:
A
MonyEmdadSefat
B
aponMonyEmdad
C
Mony Emdad Sefat
D
aponMonyEmdadSefathasan
Note:
Not available
Show answer
Show Note
Report
Question:
How many ways for Function arguments can be passed?
A
2
B
3
C
12
D
0
Note:
Not available
Show answer
Show Note
Report
Question:
PHP can be run in a______ or______ or______.
A
Restricted
B
safe
C
mode
D
chart
Note:
Not available
Show answer
Show Note
Report
Question:
<?php // Title: My first PHP script // Author: Jason Gilmore echo "This is a PHP "; # Title: My first PHP script # Author: Jason Gilmore echo "This is a PHP program."; ?> This code produces the following:
A
This is a PHP This is a PHP program.
B
This is a PHPThis is a PHP program.
C
This is a PHP This is a PHP program.
D
This is a PHP & PHP program.
Note:
Not available
Show answer
Show Note
Report
Question:
<?php $heavyweight = "Ashiq Al Amin"; $lightweight = "Mahmudul Hasan"; echo $heavyweight, " and ", $lightweight, " are great fighters."; ?>
A
Ashiq Al Amin and Mahmudul Hasan are great fighters.
B
heavyweight and lightweight are great fighters.
C
$heavyweight, " and ", $lightweight, " are great fighters.
D
Ashiq Al Amin and Mahmudul Hasan
Note:
Not available
Show answer
Show Note
Report
First
Prev
3
4
5
6
7
Next
Last
/8
Go
Schools
App Store
Whiteboard
Blogs
Quiz
Test
Apply Course
Games
Freelancers
Professionals
Newspapers
Terms
Privacy
Copyright © 2025. Powered by
Intellect Software Ltd