πŸ“Š PHP
Q. Which of the following is the correct way to start a PHP block?
  • (A) <php>
  • (B) <?php
  • (C) <script>
  • (D) <?=
πŸ’¬ Discuss
βœ… Correct Answer: (B) <?php

Explanation: PHP code starts with <?php and ends with ?>.

Explanation by: Rati Dubey
PHP code starts with <?php and ends with ?>.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
63
Total Visits
πŸ“½οΈ
9 mo ago
Published
πŸŽ–οΈ
Rati Dubey
Publisher
πŸ“ˆ
98%
Success Rate