Posts by Henrique Casagrande Bravin • 29 points
5 posts
-
0
votes0
answers26
viewsQ: Table header does not repeat on new sheet when printing
I have a attendance table of a school and when printing it generates two sheets. However, the table header that should be displayed on the two sheets only appears on the first one. As the header has…
-
0
votes1
answer28
viewsA: System news PHP - News without error picture and do not delete
The code is online, so it will check line by line. Thus, it would be interesting to check if the file exists. Use something like If(is_file(...)){ ... If there is delete goes into action, otherwise…
-
0
votes0
answers27
viewsQ: Is project structuring in multiple Mysql databases necessary?
Throughout the year I developed a school management project with a specific school. The project was building according to the demands and needs of the school, but as there was no intention it was…
mysqlasked Henrique Casagrande Bravin 29 -
1
votes0
answers370
viewsQ: View all active sessions on php/apache2 server
I am developing a page where the customer would like to have access to who is online at that time. The system uses a table in Mysql with login information and logs in using sessions. At first I had…
-
0
votes1
answer38
viewsA: Pick up date with a function
I’m not sure about your question. But from what I understand you need two things: 1) Missing calling function on: <?php echo $year; ?>, should stay <?php echo pegar_ano();?> What you are…