|
Posted by David Quinton on 10/03/07 06:52
On Tue, 02 Oct 2007 22:28:59 -0000, Mike <ampeloso@gmail.com> 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??
>
The Include path (in php.ini and/or .htaccess)
?
--
Locate your Mobile phone: <http://www.bizorg.co.uk/news.html>
Great gifts: <http://www.ThisBritain.com/ASOS_popup.html>
Navigation:
[Reply to this message]
|