Help using php conditional statement to put ads on older posts

Discussion in 'AdSense' started by DoughRoller, Dec 22, 2007.

  1. #1
    I was hoping somebody could suggest php code so that I could put ads in posts older than say 14 days. I suppose an alternative approach would be code that inserts ads when the visitor comes from a search. Many thanks!
     
    DoughRoller, Dec 22, 2007 IP
  2. Barti1987

    Barti1987 Well-Known Member

    Messages:
    2,703
    Likes Received:
    115
    Best Answers:
    0
    Trophy Points:
    185
    #2
    
    if($days >= 14){ echo $add; }
    
    PHP:
    Peace,
     
    Barti1987, Dec 22, 2007 IP