realpath.php
<?php $imgPath = "../cover.gif"; $absolutePath = realpath($imgPath); echo $absolutePath; ?>