hi. i got this problem, let see,
i write this
<?php
include('memberbar.php');
?>
in my http://www.example.com/index.php, it works.
but i write
<?php
include('memberbar.php');
?>
in my http://www.example.com/menu/index.php, it won't works y?
the memberbar.php is save at http://www.example.com/
can help me pls?
Using a better choice of example URL because the OP used one that was giving people the wrong idea 🙂 Weedpacket