WEB UNIT 16

WEB UNIT 16

University

9 Qs

quiz-placeholder

Similar activities

Guess the food by the emoji

Guess the food by the emoji

4th Grade - University

14 Qs

MÔ HÌNH MVC

MÔ HÌNH MVC

University

10 Qs

Bahasa Indonesia

Bahasa Indonesia

University

10 Qs

Food quiz

Food quiz

KG - Professional Development

10 Qs

IT  INT

IT INT

University

13 Qs

What's the buzz with DMST?

What's the buzz with DMST?

12th Grade - Professional Development

10 Qs

IDMUAS Week 1 review

IDMUAS Week 1 review

University

8 Qs

Kuis Pra Ujian

Kuis Pra Ujian

University

11 Qs

WEB UNIT 16

WEB UNIT 16

Assessment

Quiz

Other

University

Medium

Created by

Sini Saneesh

Used 2+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In PHP _________ is a packet of information sent from the server to client, and then sent back to the server each time it is accessed by the client.
session
profile
database
cookie

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In PHP cookies are sent from the server to the client via ________ headers.
Get-Cookie
Set-Cookie
Sent-Cookie
Request-Cookie

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To access a cookie received from a client _________ superglobal array is used in PHP.
$_COOKIE
$_REQUESTCOOKIE
$_GETCOOKIE
$_SETCOOKIE

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In PHP setcookie() the _____ data string defines the life time.
time
End time
Expire
Last time

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In PHP setcookie()the _____ definesdata stored in the file
value
time
Expire
data

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In PHP ________ works by creating a unique id (UID) for each visitor and storing variables based on this UID.
session
profile
database
cookie

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In PHP to store user data in session _______ array is used.
$_SESSION
SYS_SESSION
$SESSION
$_SESSIONS

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To start a PHP session _______ in PHP is used.
session_start()
PHP_session_start()
PHP_start()
start()

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is used to access session variables in PHP?
session_start()
$_SESSION[]
isset()
start()