Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 452 Bytes

php_basics.md

File metadata and controls

33 lines (23 loc) · 452 Bytes

PHP Basics

Question 1

PHP server scripts are surrounded by delimiters, which?

a) <?php�?>
b) <?php>...</?>
c) <&>...</&>
d) <script>...</script>

Question 2

What is the correct way to end a PHP statement?

a) ;
b) </php>
c) New line
d) .

Question 3

What is a correct way to add a comment in PHP?

a) <!--�-->
b) /*�*/
c) <comment>�</comment>
d) *\..\