PHP Form

PHP Form

University

20 Qs

quiz-placeholder

Similar activities

Web Dev Midterm Quiz

Web Dev Midterm Quiz

University

15 Qs

PHP + MySQL

PHP + MySQL

7th Grade - University

25 Qs

Latihan Dasar 1 CodeIgniter4

Latihan Dasar 1 CodeIgniter4

University

20 Qs

Kuis Day 2 Bootcamp Android

Kuis Day 2 Bootcamp Android

University

15 Qs

PHP with MySQL quiz

PHP with MySQL quiz

University

15 Qs

Programación Web II 2° Parcial

Programación Web II 2° Parcial

University

20 Qs

Ujian_web

Ujian_web

University

20 Qs

Kuis Pelatihan API Kutim By GIZ

Kuis Pelatihan API Kutim By GIZ

University - Professional Development

20 Qs

PHP Form

PHP Form

Assessment

Quiz

Computers

University

Medium

Created by

Long Nguyen

Used 5+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does PHP stand for?

Hypertext Preprocessor

Preprocessor Hypertext

Personal Home Page

Programming Hypertext Pages

Portable Hypertext Processor

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method is used to retrieve variables from a URL in PHP?

$_GET

$_POST

$_REQUEST

$_COOKIE

$_SESSION

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main security risk when using the $_GET method to retrieve data?

HTML or JavaScript injection

SQL injection

Cross-site request forgery (CSRF)

Password brute forcing

Data leakage in browser history

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which PHP function is used to convert special characters into HTML entities to prevent security issues?

htmlspecialchars()

htmlentities()

strip_tags()

urlencode()

addslashes()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTTP method should be used when submitting sensitive data, such as passwords, to a server?

POST

GET

PUT

DELETE

CONNECT

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a difference between GET and POST methods?

GET appends data to the URL, while POST sends data in the HTTP body.

GET is more secure than POST for sending sensitive data.

POST does not append data to the URL.

GET is limited by URL length, POST is not.

GET requests can be bookmarked, POST requests cannot.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the $_REQUEST array in PHP?

To collect values from both GET and POST methods

To manage session data

To track cookies

To access files uploaded through forms

To store form validation errors

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?