/>
/php?
?>
?php/>
Echo is a string and you need to use quotes, " ", and a semi-colon , ;
Echo is a function that outputs a string and uses quotes, " ", and a semi-colon ;
Echo is variable that makes strings and uses quotes, " ", and a semi-colon ;
Echo is a line using quotes, " ", and a semi-colon ;
< php
< PHP
< ?PHP
< ??PHP
< ?php
< ! -- comment here -- >
/** comment here */
// comment here
/* comment here */
True
False
A. $_SERVER , $POST , Get
$_SERVER , $_POST , $_GET
$server , $post, $get
$SERVER ,$POST, $GET
\n
\t
\r
\$
\\"
True
False
" hello ' this ' world "
' Bon " Jovi " rules '
' Experience ' life ' to the Fullest '
"Be " Your " Self "
True
False
Wait!
Here's an interesting quiz for you.