![]() |
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? |
bump :party-smi
|
If I understand your directory structure properly, you would use:
/ttt_toplist/toplistname.html SpaceAce |
If your main page is php, f' the path, just save your toplist as toplist.php and all you have to do is: <?php include "http://www.domain.com/your_directory/toplist.php"?>
|
All times are GMT -7. The time now is 04:43 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123