PHP 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.
Do 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!
Here 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!
Do 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