/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
//(on actual page) $dirDepth = 1; include "../_assets/includes/initialize.php"; //(on initialize.php) $rootPath = ''; for($i=0; $i<$dirDepth; $i++) { $rootPath .= '../'; }