I have a file.html that i want to include in other files, but the problem is that it works only in pages that are i root but files are in subdiretory for example root/images it don't works even if i pun ../../file.html, this is the code:
<div id="Layer60"><?php include('../../meniu-principal.html'); ?></div>
<div id="Layer62"><?php include('../../reclama.html'); ?></div>
<div id="Layer63"><?php include('../../cod-postal.html'); ?></div>
<div id="Layer64"><?php include('../../meteo.html'); ?></div>
<div id="Layer65"><?php include('../../poza-zilei.html'); ?></div>
<div id="Layer66"><?php include('../../Bancuri.html'); ?></div>
<div id="Layer67"><?php include('../../meniu-bancuri.html'); ?></div>
<div id="Layer68"><?php include('../../horoscop.html'); ?></div>

