A PHP script starts with ____ and ends with ___.

6. A PHP script starts with ____ and ends with ___.

  1. <?php and ?>
  2. <php> and </php>
  3. <?php and /?php>
  4. </php and />

Answer: A) <?php and ?>

Explanation:

A PHP script starts with <?php and ends with ?>.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.