PHP (Forms and Variables)

PHP (Forms and Variables)

9th - 11th Grade

20 Qs

quiz-placeholder

Similar activities

XII RPL 1

XII RPL 1

9th - 12th Grade

15 Qs

Parcial Laboratorio II (PHP)

Parcial Laboratorio II (PHP)

11th Grade

20 Qs

PHP + MySQL

PHP + MySQL

7th Grade - University

25 Qs

Quiz WEB

Quiz WEB

10th Grade - University

20 Qs

Pemrograman Web

Pemrograman Web

11th Grade

20 Qs

Unit5-Topic 2:formatiCreating a page of registering new user

Unit5-Topic 2:formatiCreating a page of registering new user

11th Grade

21 Qs

Quiz Fungsi Pada PHP

Quiz Fungsi Pada PHP

11th Grade

20 Qs

PHP

PHP

11th Grade

15 Qs

PHP (Forms and Variables)

PHP (Forms and Variables)

Assessment

Quiz

Computers

9th - 11th Grade

Medium

Created by

NATHAN FRANKENBERGER

Used 9+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does the action attribute control in the <form> tag?

How the form is displayed

Where the data from the form is sent

If the data is displayed in the address bar

If the form is interactive

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What denotes a variable in PHP?

#

_

!

$

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

When using "Post" as your form method, what variable will contain all the values sent by the form?

$GET

$POST

$_POST

$_GET

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

When using "Get" as your form method, what variable will contain all the values sent by the form?

$GET

$POST

$_POST

$_GET

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

$_GET and $_POST are best descibed as

arrays

doubles

Strings

integers

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Given <input type='text' name='last'>, how would this data be accessed after the form has been submitted (assume method was POST)

$_POST['text]

$_POST['last']

$_POST[]

$_POST['input']

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Escape sequences are valid inside which type of String?

' '

" "

$ .... $

// ........ //

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?