You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$result = mysqli_query(mysqli_connect("localhost", "root", "", "kidscave"),"SELECT periodName,fromTime,toTime,classID,dayName FROM class_period JOIN period_detail ON class_period.periodID = period_detail.periodId WHERE (classID = '".$_POST['class1']."' AND dayName='".$_POST['day']."') ORDER BY fromTime ");