I have this tree:

myroot
  |
  |--folderone
  |      |
  |      |--foldertwo
  |      |      |
  |      |      |--archivethree.php
  |      |
  |      |--archivetwo.php
  |
  |--archiveone.php

I need to include archiveone.php:

In archivetwo.php I make one include:
  include("../archiveone.php");

In archivethree.php I make another include:
  include("../archivetwo.php");

It gives me an error:
Failed opening '../archiveone.php' for inclusion (include_path='') in 
c:\mycompletepath\mypath\folderone\foldertwo.php on line 2

I have read about this but i can't find a valid solution.

Any ideas?

_______________________________________________________
Antonio Vicente Maturana

_______________________________________________________
Powered by Sambar Webmail - http://www.sambar.com)





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to