HTML file, how to include header.html, menu.html, session php file and php code?

Apparentlly, having an HTML file and calling a php file is not working for me. Having php file, and calling a php one, works fine.

Your server probably isnt set up to parse HTML ffiles as PHP - default most likely.

To trigger the PHP engine you normally have to have your files as .php unless otherwise stated. I mentioned to you earlier to change your HTML file to PHP.

1 Like

Maybe it is a configuration error but it is telling you that he finds error in lines 5 and 14 of “welcome_employer.php” that is a PHP file and as such, it should be parsed (and the server is trying)

So what do you have there? Because it looks like last_acted_on doesn’t have a value… and it is supposed to be a constant…

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.