tOmmII Posted October 21, 2005 Report Share Posted October 21, 2005 [color=blue][i]Soms heb je het nodig het absolute path van je site... bijv. voor .htaccess hier een scriptje om er achter te komen..[/i][/color] [b]path.php[/b] [code]<?php $arr = explode("/",$_SERVER["PATH_TRANSLATED"]); $file = $arr[count($arr)-1]; $dir = substr($_SERVER["PATH_TRANSLATED"],0,strlen($_SERVER["PATH_TRANSLATED"])-strlen($file)); echo $dir . "images/"; ?>[/code] [color=red][b]//tOmmII[/b][/color] Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.