PHP Super Globals
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:
The client’s IP address is
A
$_SERVER['REMOTE_ADDR']
B
$_SERVER['REMOTE_addr']
C
$_SERVER$_REMOTE_ADDR
D
$_SERVER() { 'REMOTE_ADDR' }
Note:
Not available
Show answer
Show Note
Report
Question:
To know your IP address what will you select?
A
<?php printf("your IP address:%s",$_SERVER['HTTP_USER_AGENT']); ?>
B
printf("your IP address:%s",$_SERVER['REMOTE_ACCEPT']);
C
printf("your IP address:%s",$_SERVER['REMOTE_POST']);
D
printf("your IP address:%s",$_SERVER['REMOTE_ADDR']);
Note:
Not available
Show answer
Show Note
Report
Question:
For knowing the path of the URL__
A
<?php printf("your IP address:%s",$_SERVER['REQUEST_URI']); ?>
B
printf("your IP address:%s",$_SERVER['HTTP_USER_AGENT']);
C
printf("your IP address:%s",$_SERVER['HTTP_HOST']);
D
printf("your IP address:%s",$_SERVER['HTTP_USER_ACCEPT]);
Note:
Not available
Show answer
Show Note
Report
Question:
All data via the World Wide Web using HTTP, is a stateless protocol.
A
True
B
False
Note:
Not available
Show answer
Show Note
Report
Question:
Stateless protocol mean each request is processed without any knowledge of any prior or future request.
A
True
B
False
Note:
Not available
Show answer
Show Note
Report
Question:
The practice of storing bits of information on the client's machine is commonly called ______.
A
cookie
Note:
Not available
Show answer
Show Note
Report
Question:
Which of the following are the limitations of using cookie to implement stateful web application?
A
cookie size
B
the number of cookies allowed
C
capacity
D
scope
Note:
Not available
Show answer
Show Note
Report
Question:
The volatile memory option is the fastest for managing session data.
A
True
B
False
Note:
Not available
Show answer
Show Note
Report
Question:
Which of the followng is the correct session related directive to enable session throughout the site?
A
session_auto_start=1;
B
session.auto_start=1
C
session.start=1
D
session.autostart=1
Note:
Not available
Show answer
Show Note
Report
Question:
Which of the following session directive is for setting the session cookie lifetime?
A
session.cookie_lifetime=time
B
session.cookie_lifetime=integer
C
session_cookie_lifetime=datatime
D
session.cookie_lifetime=time
Note:
Not available
Show answer
Show Note
Report
First
Prev
1
2
3
Next
Last
/3
Go
Schools
App Store
Whiteboard
Blogs
Quiz
Test
Apply Course
Games
Freelancers
Professionals
Newspapers
Terms
Privacy
Copyright © 2024. Powered by
Intellect Software Ltd