php include file path
<body>
<?php
define('ROOT_PATH', dirname(__DIR__).'/');
include ROOT_PATH.'header.php';
include ROOT_PATH.'main.php';
include ROOT_PATH.'footer.php';
?>
</body>
php include file path
<body>
<?php
define('ROOT_PATH', dirname(__DIR__).'/');
include ROOT_PATH.'header.php';
include ROOT_PATH.'main.php';
include ROOT_PATH.'footer.php';
?>
</body>
add php to path
Search for "environment variables" in the start menu
Open the best match
Click on environment variables
Click on Path
Click edit
Click on new
Add location of php
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us