Introduction to PHP: Hypertext Preprocessor

Introduction to PHP: Hypertext Preprocessor

11th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

HTML гипермәтінді белгілеу тілі

HTML гипермәтінді белгілеу тілі

12th Grade

10 Qs

Intro to PHP

Intro to PHP

12th Grade - University

15 Qs

PHP & MySQL - 03

PHP & MySQL - 03

11th Grade

14 Qs

Membuat Kode Program Pada Server Side Scripting

Membuat Kode Program Pada Server Side Scripting

11th Grade

15 Qs

PHP: مفاهيم أساسية

PHP: مفاهيم أساسية

7th Grade - University

11 Qs

Pengenalan Pemrograman Web

Pengenalan Pemrograman Web

11th Grade

10 Qs

Soal Bahasa pemrogramman berbasis web

Soal Bahasa pemrogramman berbasis web

9th - 12th Grade

10 Qs

CSS quiz

CSS quiz

10th Grade - University

15 Qs

Introduction to PHP: Hypertext Preprocessor

Introduction to PHP: Hypertext Preprocessor

Assessment

Quiz

Computers

11th - 12th Grade

Medium

Created by

James Labnao

Used 189+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does PHP stands for?

PHP: Hypertext Preprocessor

Private Home Page

Personal Hypertext Processor

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which among the following is the correct delimiters that surround PHP server scripts?

<?php>...</?>

<script>...</script>

<?php...?>

<&>...</&>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you write "Hello World" in PHP

Document.Write("Hello World");

"Hello World";

echo "Hello World";

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1. All variables in PHP start with which symbol?

$

!

&

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you get information from a form that is submitted using the "get" method?

Request.QueryString;

$_GET[];

Request.Form;

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When using the POST method, variables are displayed in the URL:

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to add 1 to the $count variable?

$count =+1

$count++;

++count

count++;

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?