Section 1

Preview this deck

<?php and ?>

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

0

All-time users

0

Favorites

0

Last updated

4 years ago

Date created

Mar 1, 2020

Cards (10)

Section 1

(10 cards)

<?php and ?>

Front

What are the PHP tags?

Back

(All of the above) are created using the define() function, have values that can never change, and do not use an initial dollar sign

Front

Constants differ from variables in that they _____.

Back

<!-- and -->

Front

Which of the following is not a valid PHP comment indicator:

Back

A PHP-enabled Web server

Front

In order to execute a PHP script, you must have:

Back

(All of the above) letters, numbers, and underscores

Front

A variable's name can consist of:

Back

. (a period)

Front

What is the concatenation operator?

Back

False

Front

A variable in PHP is case-insensitive:

Back

.php

Front

PHP scripts normally use the file extension.

Back

True

Front

You can place multiple pairs of PHP tags within the same file.

Back

the PHP code will not be executed

Front

If you do not execute a PHP script through a URL that begins with http, _____ .

Back