Hi
i have a problem with directories.I have two php and a html files in one directory.
One.php
two.php
one_req.html - template for one.php
one.php file requires two.php.
i'm accessing these files from three.php. Everything is working fine.
When i place the Three.php from some other directories,i'm getting error :Failed opening required 'two.php'
help me.