Hello,
I can't achieve what I am looking to do here:
<html>
<head>
<title>PHP Weekend Challenge</title>
</head>
<body>
<?php
\\*if month = december and day = 23rd and time=19:00-23:59 echo "Good Evening, tomorrow is Christmas Eve!"
or if month = december and day = 24th and time=19:00-23:59 echo "Good Evening, tomorrow is Christmas Day!"
else echo "It's not Christmas so too bad - it's just another 7 day working week!"*\\
?>
</body>
</html>
I'm a newbie so please assume I know nothing about PHP and provide as much explanation as you can for the solutions you give. I have read around on different websites and I find it exceptionally difficult to understand them because of my dyslexia and dyscalculia.
Please advise :-)
Thanks and Kind Regards,
Beanie