Reply to Re: Unix Paths question

Your name:

Reply:


Posted by J.O. Aho on 10/03/07 16:29

Mike wrote:
> Hello,
> I have a file structure that is exactly the same on 2 different
> servers:
> On one, this works:
> <?php require_once('../Connections/xxx.php'); ?>
>
> on another, that doesnt work but this does:
> <?php require_once('Connections/xxx.php');?>
>
> any reason??

Are you sure you have the Connections/xxx.php on the same relative paths on
the both servers

Say you are in /home/username/public_html

Then to the first one to work, you will need the file located in

/home/username/Connections/xxx.php

for the second one to work, the file need to be located in

/home/username/public_html/Connections/xxx.php


You can also set a include directory that is always checked when including
files, in that case the file may be located in

/var/php/include/Connections/xxx.php

and can be included with

require_once('Connections/xxx.php');

as Devid pointed out, check the php.ini.

--

//Aho

[Back to original message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация