I tried this and I'm getting a parse error:I'm just trying to pick what quarter you're in based on what month it is.PHP Code:<?php
if(date(n)<4?1:if(date(n)<7?2:if(date(n)<10?3:4)));?>
|
Results 1 to 5 of 5
|
Click Here to Expand Forum to Full Width |