I've just installed the latest version of Appserv ( 9.3.0 ), which includes:
Apache 2.4.41
PHP 7.3.10
MySQL 8.0.17
phpMyAdmin 4.9.1
I'm using Localhost as my root directory and trying to reuse old files to build a new website, but I'm noticing a problem.
I'm using the include() function, but there is a problem.
<?php include(file.php); ?> shows the contents of file.php, but, if I delete file.php, it doesn't give me an error message saying file.php could not be found. Why is this?