03-08-2008, 06:08 PM
|
#4 (permalink)
|
|
The Acquainted
Join Date: Feb 2008
Posts: 119
Thanks: 17
|
I guess there should be some problem with paths.
Check the folders you include the file from, on your server.
maybe try including with / at the beginning and writting a full path:
include_once('/folder/file.doc');
also remember is the server is unix based system it's case sensitive.
|
|
|
|