How to include() a php file from a child folder?

NafirKeyh

New member
I can not include() a php file from a child folder?

<?php include ('counter/x.php'); ?>

[Root Folder]

index.php
conter(folder)

[Counter Folder]
x.php

Am I wrong? If so, what is the problem?
 
Back
Top