I would like to put a greeting on the front page of my home page, using php with the ‘if.. else if’ statements
I got the idea from this tut:
http://www.w3schools.com/php/php_if_else.asp
(If you didn’t peek the link;
If its Friday the greeting would say ‘Have a nice weekend’
If it’s a normal weekday it would say ‘Have a nice day’ etc.)
But (yes there’s always a but, that’s why I will greatly appreciate any help) my homepage is HTML, and php is new to me
-Do you have any suggestions? Or is it simply not possible?
Thanks in advance! <3
P.S -This is my first post, hi all