forumnz Posted September 15, 2007 Share Posted September 15, 2007 Why wont this darn thing work? <?php $mp == (date("m")+1); if (date("d") <= 10) echo "20/" . date("m/Y"); else echo "20/" . $mp . date("/Y"); ?> Am I missing something? Sam. Link to comment https://forums.phpfreaks.com/topic/69512-solved-simple-question/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.