Blog Desk       February 10, 2020      163

What is the correct way to include the file “time.inc” ?

  1. <?php include "time.inc"; ?>
  2. <?php include file="time.inc"; ?>
  3. <?php include:"time.inc"; ?>
  4. <!-- include file="time.inc" -->

The Right Answer is : Option A

Explanation