<?php  $path = getcwd(); echo "Your Absolute Path is: "; echo $path; ?>