hi I have a question I'm working with dompdf and I want to load a template for each brand of pc that there is but in doing so I do not load the varibles that I charge in the attached pdf code that calls the pdf
<a href="pdf.php?orden=<?php echo $orden?>&Nombre=<?=$Nombre?>&Marca=<?=$Marca?>&Equipo=<?=$Equipo?>&Serial=<?=$Serial?>&Cargo=<?=$Cargo?>&Cedula=<?=$Cedula?>&Celular=<?=$Celular?>" ><i class="glyphicon glyphicon-file">Descargar-PDF</i></a>
I tried it with a switch but it did not load the variables to me the pdf