Hi:
When I try to include an html file in a php file - include("xxx.html"); - I get the following error: Warning: Failed opening 'howto_index.html' for inclusion (include_path='.:/usr/local/lib/php') in /home/httpd/html/howto_index.php on line 13
I've tried editing the "include_path" to include this path and restarting the web server but it doesn't seem to have any effect.