I need to show two different things using an ad's $row['timestamp'] and $row['expireson']
This is what needs to happen: if an ad's duration is > 60 days show this. If it's <= 60 days show that.
Printable View
I need to show two different things using an ad's $row['timestamp'] and $row['expireson']
This is what needs to happen: if an ad's duration is > 60 days show this. If it's <= 60 days show that.
A simple if statement should do the job...? What's your variable that contains the "duration"? Or by duration do you mean time elapsed since $row['timestamp']
?