• Include and Include_once

      0 comments

    What is the difference between include and include_once?

    Both statements includes and evaluates the specified file during the execution but as the name implies include_once will only include one time.