[PHP-WIN] Include problem

2005-12-22 Thread Ken Yarbrough
I recently allowed one of my friends to host their site on my server, and we realized that when you click a link, it doesn't include the content into the main page. I'm not sure what would cause this, but the include code is the following: ?php if ($page == )

[PHP-WIN] Include problem

2005-12-22 Thread Ken Yarbrough
I recently allowed one of my friends to host their site on my server, and we realized that when you click a link, it doesn't include the content into the main page. I'm not sure what would cause this, but the include code is the following: ?php if ($page == )

Re: [PHP-WIN] include() problem

2003-11-07 Thread Eric COLINET
Hi ! A very simple reason: D:\LOCAL\src\php-4.3.2\main\config.w32.h(16): #define PHP_INCLUDE_PATH.;c:\\php4\\pear Eric At 02:07 07/11/2003, you wrote: Hi all, I'm having a problem with my scripts in that I'm having the follwoing error message when I try to include a file into a

Re: [PHP-WIN] include() problem

2003-11-07 Thread Eric COLINET
Sorry ! It is part of the PHP sources in fact ! .;c:\\php4\\pear Is the default include path when none is specified in the php.ini file I've mentionned the header file of the PHP sources where it is defined in fact ;) Eric At 11:57 07/11/2003, [EMAIL PROTECTED] wrote: Sorry, I don't

[PHP-WIN] include() problem

2003-11-06 Thread Trystano
Hi all, I'm having a problem with my scripts in that I'm having the follwoing error message when I try to include a file into a script... Warning: Failed opening 'C:\Program Files\Apache Group\Apache\htdocs\mymarket emplates\header.php' for inclusion (include_path='.;c:\php4\pear') in