Mega Code Archive

 
Categories / Php / File Directory
 

The current working directory

<?php                $working_dir = getcwd();  echo "The current working directory is: $working_dir ", "\n"; ?>