Posts by Fabio Soares • 51 points
3 posts
- 
		0 votes1 answer118 viewsQ: Language Problem C, Program does not respondI have a problem with my program in C, and in the registration of the second student’s second grade the program stops responding. Follow the code with the explanation of the problem. /* Faça um… casked Fabio Soares 51
- 
		5 votes3 answers4049 viewsQ: How to check if my current time is in an hour interval?I would like to know if my current schedule is in an hour interval. $hora1 = "08:25:00"; $hora2 = "12:25:00"; $horaAtual = date('h:i:s'); How to know if $horaAtual is among $hora1 and $hora2?… phpasked Fabio Soares 51
- 
		0 votes1 answer74 viewsQ: Time period in phpI have two doubts. First, I have the opening and closing times of an establishment, and I have the current time, as I do an algorithm that calculates whether the establishment is open or closed and… phpasked Fabio Soares 51