I am using mpdf to generate a report, and for this I'm calling another file .php
that owns the information, through file_get_contents();
.
You are viewing the contents of this file, it just does not read php correctly, as an example of the code: <?php echo 'Olá'; ?>
, everything just appears instead of just Hello.
Could anyone help me?