Section 1

Preview this deck

how is php processed?

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

6 years ago

Date created

Mar 1, 2020

Cards (5)

Section 1

(5 cards)

how is php processed?

Front

usually processed by a PHP interpreter implemented as a module in the web server or as a Common Gateway Interface (CGI) executable

Back

variable details

Front

prefixed with $, implicit typing (not declared in advance. case sensitive

Back

PHP

Front

PHP: Hypertext preprocesor

Back

delimiter

Front

required for executable php code <?php ?>

Back

CGI

Front

Common gateway interface: offers a standard protocol for web servers to execute programs that execute like console applications (also called command-line interface programs) running on a server that generates web pages dynamically

Back