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. Quote Link to comment https://forums.phpfreaks.com/topic/69512-solved-simple-question/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.