Hi everyone, i am in need of your assistance.
I am currently working on a page that will display text from a certain date untill another date
what i want to happen is
if(the current time is between $timea + $timeb) {echo"text";}
else{whatever...;}
$timea will be saturday and timeb will be two weeks after. (during this time i the if to execute the code i put in the if statement when the page is loaded of course.)
What is my best approach towards getting this done?
Thanks in advance.