PHP
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:
Which two styles shouldn't use if you don't have ample reason?
A
Asp style
B
Script style
C
Short tags style
D
Delimiter style
Note:
Not available
Show answer
Show Note
Report
Question:
What is the advance process that you can used in PHP?
A
Embedding multiple code fragment.
B
Embed php code directly HTML.
C
Both
D
None
Note:
Not available
Show answer
Show Note
Report
Question:
Why will you use commenting in your php coding?
A
For your own benefit.
B
For somebody tasked with maintaining your code.
C
It is useful to read
D
Benefit for future using easily.
Note:
Not available
Show answer
Show Note
Report
Question:
Which are php offered for commenting syntactical variation?
A
Double slash <?php // Author:jason Gilmore echo"This is php programe"; ?>
B
Single slash <?php / Author:jason Gilmore echo"This is php programe"; ?>
C
shell syntax <?php #Author:jason Gilmore echo"This is php programe"; ?>
D
Multiple line <?php < /* Author:jason Gilmore email:
abd@def.com
*/ echo"This is php programe"; ?>
Note:
Not available
Show answer
Show Note
Report
Question:
What do you mean by prototype?
A
Simply the function's definition
B
Function arguments.
C
Function name
D
Function Returns type.
Note:
Not available
Show answer
Show Note
Report
Question:
<?php $name="Lennox"; $names="Floyd "; echo $name,"and", $names, "are great fighters"; ?> What will be the output of the above syntax?
A
Lennox and Floyd are great fighters
B
Lennox Lewis, are great fighters,
C
Lennox Lewis, Floyd Mayweather
D
Lennox Lewis and Floyd Mayweather
Note:
Not available
Show answer
Show Note
Report
Question:
^p means matches any string with p at the beginning of it.
A
Yes
B
No
Note:
Not available
Show answer
Show Note
Report
Question:
If you want to insert a single dynamic integer value which one will you select?
A
Printf("Bar inventory:%d bottles of tonic water.", 100);
B
Printf(\"Bar inventory:%b bottles of tonic water.\", 100);
C
Printf(\"Bar inventory:%f bottles of tonic water.\", 100);
D
print("Bar inventory:%d bottles of tonic water.",100);
Note:
Not available
Show answer
Show Note
Report
Question:
If you want to see a blend of static text and dynamic information's output which statement will you use?
A
Printf();
B
Print();
C
Echo();
D
sprintf();
Note:
Not available
Show answer
Show Note
Report
Question:
Which are php's supported data types?
A
float
B
string
C
Boolean
D
integer
Note:
Not available
Show answer
Show Note
Report
First
Prev
1
2
3
4
5
Next
Last
/93
Go
Schools
App Store
Whiteboard
Blogs
Quiz
Test
Apply Course
Games
Freelancers
Professionals
Newspapers
Terms
Privacy
Copyright © 2025. Powered by
Intellect Software Ltd