Forum Moderators: coopster
php.ini is at C:\winnt
when nothing works I altered the php.ini thus...
; Windows: "\path1;\path2"
include_path = ".;c:\apache\htdocs\includes
Still...not working.
Here is a peek at relevant php.ini as amended:
;;;;;;;;;;;;;;;;;;;;;;;;;
; Paths and Directories ;
;;;;;;;;;;;;;;;;;;;;;;;;;
; UNIX: "/path1:/path2"
;include_path = ".:/php/includes"
;
; Windows: "\path1;\path2"
include_path = ".;c:\apache\htdocs\includes
; The root of the PHP pages, used only if nonempty.
doc_root =
; The directory under which PHP opens the script using /~usernamem used only
; if nonempty.
user_dir =
***
Is there a syntax problem?
I saved index.html as index.php
The includes show perfectly but the body is messing except for the cryptic message:
The source reveals that the right column shows
<div id="right">blah blah</div>
The Main column:
<div id="content">body text</div>
Source shows:
cant show
How this error message was generated is beyond me.