Posts by Guilherme Solis • 21 points
2 posts
- 
		0 votes1 answer65 viewsQ: Sumario to PDF with Dompdf/dompdfI am using DOMPDF to compile my reports, however I can not relate in summary the contents of respective topics. session_start(); require __DIR__."/vendor/autoload.php"; use Dompdf\Dompdf; use… 
- 
		2 votes0 answers38 viewsQ: Fixed subfolder friendly URL problemI’m having a problem with httaccess when including a fixed subfolder. The intention is to have a folder in front of the website domain. Example: www.meudominio.com.br/guest/500 link to the page…