include_once

It is similar as include but it includes external file only one time. First, it will check whether the specified file is already included or not. If the file is not included then it only includes an external file.

Example 1

Save as page1.php

PHP include_once

Save as page2.php

PHP include_once

Output:

PHP include_once

Example 2

Change the statement in page1.php

PHP include_once

Output:

PHP include_once

In example2 require_once does not working.

Related Tutorial
Follow Us
https://www.facebook.com/Rookie-Nerd-638990322793530 https://twitter.com/RookieNerdTutor https://plus.google.com/b/117136517396468545840 #
Contents +