Display Data using Node.js & MySQL
Godzina |
Dzien tygodnia |
Przedmiot |
<%
if(userData.length!=0){
var i=1;
userData.forEach(function(data){
%>
<%=i; %> |
<%=plan.id_hour %> |
<%=plan.id_day %> |
<%=plan.id_lession %> |
<% i++; }) %>
<% } else{ %>
No Data Found |
<% } %>