header("Content-Type: text/html; charset=UTF-8"); //database에서 대회정보 가져오기(현재년도 setting) // pid, title, location include('dbInfo.php'); $sql = "SELECT top 60 [pid] ,[Title] ,[YearDate] ,[MonthDate] ,[DayDate] ,[location] , Convert(varchar(10), regDate, 121) AS date1 , type FROM [liveView].[dbo].[Race] where isDeleted=0 and isPublic=1 and YearDate>=2020 order by YearDate Desc, monthDate desc, dayDate desc"; $races = sqlsrv_query($mscon,$sql); // ?>
기록보기를 위해 대회를 선택해주세요. |
대회명 | 대회일 | 대회장소 |
---|---|---|
=$rowDate?> |
=$rowLocation?> |
|