PHP Difference Between Include() and Include_once() PHP June 8, 2012 Pramod T P Both functions includes the given file but Include_once() checks whether the given file is already included .As the name suggests , the file will be included only once .