<%
'ลองดูแล้วกันนะ
year_now=year(now) 'ปี แล้วแต่จะใส่ค่า
month_now=month(now) 'เดือน แล้วแต่จะใส่
for i=1 to 31 'วันที่ 1-31
response.write "วันที่"&i&" :"
Sql="Select * From UploadData where day(Upday)="&i&" and month(Upday)="&month_now&" and year(Upday)="&year_now&""
Set rs =Server.CreateObject("ADODB.Recordset")
rs.open Sql,Conn,1,3
if not rs.eof then
response.write "อัพแล้ว"
else
response.write "ยังไม่ได้อัพ"
end if
rs.close
set rs=nothing
next
%>
Date :
29 มี.ค. 2549 17:28:15
By :
BabyStep
No. 2
Guest
เราเข้ามาดูเฉยๆมีความรู้phpแคหางอึ่งเองตอบไม่ได้หรอกนะsorry very much