What is different between include_once and require_once in php?

include_once
Does what include does, but does it once if you are including the same file more than once.
require_once
if you know suggest me that

Have you checked the manual at http://www.php.net?

http://php.net/manual/en/function.include.php

fresh: How to write proper PHP

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.