What is the PHP code to load a page's code into another?

rewardilicious

New member
I used to use this code but I forgot it.

It basically loads the coding of an HTML file into the .php website.
For example, you can place the code in index.php and link it to "text.html" and in "text.html" type <br>text, and it will take that and place it on index.php.

Thanks.
 
Back
Top