I need help with php includes

Mark1954

New member
Hi,
A few months ago I had a problem with Windows. So I decided to install all of my downloaded software on my E:/ drive. So, I have a file in my htdocs folder that calls an include file from E:/PHP8/includes/. This is the command that I have in htdocs.
<?php
require 'e:/PHP8/INCLUDES/includes/testing.php';
?>
 
Back
Top