W
WorldWarIII
Guest
I am trying to get some php put into my page. By using include to have content from another file be loaded... This way I can have the same content on multiple pages by just editing one thing and not using SQL.
When I place it, nothing is displayed. Also, I am trying to place this within a HTML page. I know I have the naming right. Any suggestions?
PHP:
<?php
include("latestupdatehacks.html");
?>
When I place it, nothing is displayed. Also, I am trying to place this within a HTML page. I know I have the naming right. Any suggestions?