date() help
Posted: Sun Nov 13, 2005 4:22 pm
Hi
Can anyone tell me whats wrong with this statement:
Thanks
Will
Can anyone tell me whats wrong with this statement:
Code: Select all
<?php
if (date("m") == "Nov") {
echo "selected";
}
?>Will