Re: Header/Footer Error
> I'm not sure what's going.
PHP can't find the specified file view/header.php, so either your file checks weren't sufficient, or the code is wrong.
What does this code tell you above those errors? ...
$inc = 'view/header.php';
echo "File $inc " ( file_exists($inc) ) ? "exists" : "does not exist";
Subject
Written By
Posted
November 14, 2019 02:16PM
Re: Header/Footer Error
November 14, 2019 02:31PM
November 14, 2019 06:18PM
November 14, 2019 07:32PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.