Trying to add some database driven material to a site created with some stupid MS WYSIWYG thingy.
Anyway, those new pages I created myself works fine but when trying to remake an existing html file with some php function I fall flat.
just taking an existing .htm renaming it to .php and adding these lines at the top makes the page fail.
Even if temp.php is an empty file it fails. Another thing that makes this problem even harder is that this particular webhost seems to have shut off all error reporting and I havn't been able to change that. If I comment out the include line the file loads fine but with it it won't. Those pages I constructed myself includes files in just this manner and they work fine. Anyone with a clue?PHP Code:<?php
include "temp.php";
?>





Bookmarks