header image
Ali Hartono Blog
Unsort
Main Menu
Home
BPK PENABUR
Articles
Blog
Advanced Search
Contact Us
Pets Articles
Ali Hartono Script
Data Gempa
Renungan Harian
Home arrow Articles arrow PHP arrow include() vs require() on PHP
include() vs require() on PHP PDF Print E-mail
Written by Ali Hartono   
Jul 11, 2008 at 08:07 AM

ImagePHP provides four functions which enable you to insert code from other files.

    * include()
    * require()
    * include_once()
    * require_once()

All four can take a local file or URL as input. None of them can import a remote file.

require() and include() functions are virtually similar in their function except for the way they handle an irretrievable resource. include() and include_once() provide a warning if the resource cannot be retrieved and try to continue execution of the program if possible. require() and require_once functions provide stop processing the page if they cannot retrieve the resource.

Why include_once() and require_once()
The include_once() and require_once() functions are handy in situations where multiple files may reference the same included code. For example:

    File A.php includes File B.php and C.php
    File B.php includes File C.php

File C.php has been included twice, so the interpreter would print an error. Since a function cannot be redefined once it’s declared, this restriction can help prevent errors.

If both File A.php and File B.php use include_once() or require_once() to import File C.php, no errors would be generated. PHP would understand that you only want one instance of the code in File C and would not try to redeclare the functions.

It is best to use require_once() to include files which contain necessary code and include_once() to include files that contain content which the program can run without e.g. HTML, CSS, etc.

Last Updated ( Jul 18, 2008 at 02:01 PM )
Your Ad Here
Hot News
Game Heroes The Movie Volume I
Jul 25, 2008 at 12:22 PM

Game Heroes The MovieDo you know "Heroes The Movie" ?

Yes, it's excellent TV Series, isn't it?

And now!..., the game you can play it on your handphone.

You can play as Niki - Micah's mother, as Peter Petrelli, as past Hiro Nakamura, even as future Hiro (COOL ONE!) . Each character has own ability...

You must love it ^_^

Please download here and enjoy!

Details ...

Game Arcade Fishing
Jul 28, 2008 at 08:25 AM

arcade_fishingHere it is! The Fishing Arcade Game.

This game is effective for killing time, and make your boring to go away.

You can download here and play it on your mobile phone.

Have fun!

Details ...

Fantasy_Warriors_2 Good
Sep 03, 2008 at 08:53 AM

Fantasy_Warriors_2_GoodDo you love Final Fantasy Game?
This game is suitable for you. Like Final Fantasy, but now in your mobile phone ^_^

Continuing from Fantasy Warrior 1, the game you've already played.
In this scene, you play as Rento. You must defeat skeleton, spider, medussa, etc.

You can collect many items to help you to defeat the demon lord.

You can download it here

Details ...