How can I fix this PHP Include problem?

Roisin

New member
I currently use this code:

<?
include './includes/rightbar.php';
?>

But when I create a file within a sub-folder this not longer works, as it fails to include the correct file.

Can anybody help me with this coding, please?
This code works fine for all the other pages on my site, just not ones that are in sub folders.
 
Back
Top