<?php include_once(index.html); ?> code example Example: php include once inside a function? //yes this works function derp(){include_once(yourfile.php);}