Computer Science, asked by vp8530637494, 1 month ago

--Keyword is used to display text on a dunamic PHP web page
a) Print b) echo c) write d) Cin​

Answers

Answered by HelloVaibhav
8

Explanation:

c) write

please mark me as brainliest

Answered by mindfulmaisel
0

PHP WEB PAGE

(a) PRINT and (b) echo are used to display output in PHP.

DESCRIBING PHP :

* Echo and print are both language constructs in PHP. With or without parenthesis, both echo and print statements can be used. These statements can be used to output variables or strings.

* The echo command is a statement that displays the output. The print statement is used to display the output instead than echoing it many times.

* PHP is a web development-oriented general-purpose programming language. Rasmus Lerdorf, a Danish-Canadian programmer, first built it in 1994. The PHP Group currently produces the PHP reference implementation.

* PHP stands for Personal Home Page, however it is currently used to refer to the recursive initialism. PHP stands for "Hypertext Preprocessor."

Similar questions