Hello,
How would you make an if statement than needs more than one variable to be true.
if($date == $today || $time == &now){echo("now is now today is today");}
makes it so only one of then them needs to be true in order for it to print the trext, but how would i make it so both need to be true?