Site Cloner PHP Script
Bargain Hunter PHP Script
Job Hunter PHP Script
Site Login and Access Control PHP Script

PHP getcwd() Function

The php function getcwd() is used to get the current working directory.

The code below can be used to see how the function works.

$dir =  getcwd(); 
echo $dir;