<html> <body> <?php $d=date("D"); if ($d=="wed") { echo "Have a nice weekend!"; } else { echo "Have a nice day!"; } ?> </body> </html>