Hi,
completely new to PHP as I’ve only ever used CSS/HTML. I wanted to make a “verify you are over 18” using session cookies and such, followed a tutorial and it works on my local machine. However, when I upload it to fasthosts I get a 500 internal erver error.
Is there something hugely wrong with my code? Can anyone help please?
[php]
@import “css/DKPSplash.css”;
Verify Your Age
<div id="splash">
<img src="Components/DKPSplash.png">
<p></p>
<p>This website contains mature content and is not suitable for under 18's. <br>
Please verify that you understand, are over 18 and wish to contine:</p>
<a href="home.html">I am over 18</a> |
<a href="http://www.google.com/">Get me out of here!</a>
</div>
</body>
[/php]