The file i'm working with is in the same directory as the file i'm trying to include. include('/display_projects.php') (i've tried many different variations on this, none resulting in error, and none display the contents of the file)
inside display_projects.php:
<?php
echo "<body><h3>TEST</h3></body>"
?>
Test is not showing up anywhere on the page, any help would be appreciated.