226k views
5 votes
What is the statement terminator for PHP?

Select one:

a. ?>

b. ;

c. echo

d. print

User Mohmed
by
6.1k points

1 Answer

6 votes

Answer:

?>

Step-by-step explanation:

The statement terminator for PHP language is ?>

PHP i.e. Hypertext Preprocessor.

It is widely used open source general purpose scripting language that is especially suited for web development and can be embedded into HTML.

PHP opening and closing tags are <? and ?> respectively.

hope you got the point any question can be asked in comments will be answered duly.

User Varundroid
by
4.8k points