PHP Form

PHP Form

University

20 Qs

quiz-placeholder

Similar activities

Web programming quiz

Web programming quiz

University

25 Qs

PHP MySQL

PHP MySQL

7th Grade - Professional Development

17 Qs

DBMS

DBMS

University

15 Qs

dfc50193-6B-chapter1,2

dfc50193-6B-chapter1,2

University

15 Qs

FINAL EXAM

FINAL EXAM

University

20 Qs

DWII - Avaliação Número 1

DWII - Avaliação Número 1

University

20 Qs

UPS3 : Storage and Adapter Cards

UPS3 : Storage and Adapter Cards

12th Grade - University

20 Qs

IT-WS05 Client-Server Basics and HTTP

IT-WS05 Client-Server Basics and HTTP

University

15 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?