Hi guys,
What do I have to edit in the php.ini file to make the include statment works fine when I'm working localy?
By default in the php.ini file:
;include_path = ".;c:\php\includes"
Well, all my files lied in:
C:\Program Files\Apache Group\Apache2\htdocs
When execute the following code
<? include("/News/NewsCP/index.php" ?>
it works just fine in the web, but localy it gave me the following error:
Warning: Failed opening '/home/alfjr/Connection/Parameters.php' for inclusion (include_path='.;c:\php4\pear') in C:\Program Files\Apache Group\Apache2\htdocs\News\NewsCP\index.php on line 9
Please I need it to work fine localy.
What do I have to edit in the php.ini file to make the include statment works fine when I'm working localy?
By default in the php.ini file:
;include_path = ".;c:\php\includes"
Well, all my files lied in:
C:\Program Files\Apache Group\Apache2\htdocs
When execute the following code
<? include("/News/NewsCP/index.php" ?>
it works just fine in the web, but localy it gave me the following error:
Warning: Failed opening '/home/alfjr/Connection/Parameters.php' for inclusion (include_path='.;c:\php4\pear') in C:\Program Files\Apache Group\Apache2\htdocs\News\NewsCP\index.php on line 9
Please I need it to work fine localy.