<?
$nowDay = date("Y-m-d",time());
$startDay = "2014-10-01";
$endDay = "2014-10-31";

if($startDay <= $nowDay && $endDay >= $nowDay) { ?>

<script type="text/javascript">
	window.open('open.html', '_blank', 'width=100, height=100, left=0, top=0, scrollbars=no, status=no');
</script> 
<? } ?>

 

블로그 이미지

디츠

“말은 쉽지, 코드를 보여줘.” “Talk is cheap. Show me the code.” – 리누스 토르발스(Linus Torvalds)

,