Posts by João Josino • 55 points
2 posts
- 
		3 votes1 answer4451 viewsQ: Do not repeat data when making a SELECT in MysqlWhat I want is this. I’m working on a system, which registers an employee and days that he worked on during the month. So far so good, but it happens that in some cases, the employee gets 2 or more… 
- 
		2 votes2 answers793 viewsQ: Calculate total days worked in a given monthI have a problem creating a system in PHP/Mysql. I have a form in which I need to insert: Name of Official Date signed on duty Date of Departure Usually it happens something like in the example: the…