I have some code in an HTML file that I would like to insert into a PHP file. I want to just include the file name of the HTML file, instead of copying and pasting the code into the PHP file. Basically I'm just looking for a way to include the contents of a file by simply calling the file name. I figure this must be really easy to do in either HTML or PHP, I just can't find out how when I look on the internet. Thanks for any help.