Posts by Kali • 33 points
2 posts
-
1
votes1
answer4057
viewsQ: How to fix footer on the print page?
I need to leave some information on the footer of the page. How should I do it? Below, follow the full code I’m using, but it’s not working! css: .container { height: auto; min-height: 100%; } html:…
-
2
votes1
answer1133
viewsQ: Retrieve database data with Codeigniter
My question is how to call some DB information to the printing page of a PHP system, developed in Codeigniter. In the users' DB "doctor", I have the following tables:…