help me with directory structure/path
I have this index.php file in the following folder on my server:
public_html/domain/dir1/subdir1/index.php
now I have to add this code <!--#include virtual="ttt_toplist/toplistname.html" --> in the index.php file mentioned above
the problem is that the toplistname.html file is in the following directory
public_html/domain/ttt_toplist/toplistname.html
What is the correct path for the code I have to put in the index.php file?
|