<!DOCTYPE html> <html> <head> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"> <title>GetCWD</title> </head> <body> <?php echo getcwd()."\n"; ?> </body> </html>