Thread: Php question
View Single Post
Old 03-02-2010, 06:58 PM  
teh ghey
Guest
 
Posts: n/a
Php question

I have this If statement
<!-- IF active_module == "homepage" -->
show image here
<!-- ENDIF -->
I only want to use this IF statement on monday - thursday.

on friday-sunday I do not want to use the IF statement, so it just shows the image on every page, not just the homepage.

How can I make it so that the IF statement only runs monday through thursday, and on friday-sunday it doesnt use the IF?
  Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote