|
Posted by Mike on 10/02/07 22:28
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??
Thanks
Mike
Navigation:
[Reply to this message]
|