if else condition

if ($today =="sunday"){
echo "enjoy your holiday";
}
else {
echo "have a nice day";
}

0 comments:

Post a Comment