Q. What is the correct way to start a PHP block?

  • (A) <?php
  • (B) <php>
  • (C) <?
  • (D) <script>
πŸ’¬ Discuss
βœ… Correct Answer: (A) <?php
Explanation: The standard way to start PHP code is with <?php.
Explanation by: Mr. Dubey
The standard way to start PHP code is with <?php.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
64
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
96%
Success Rate