Cod <?php echo $variabila; ?> HTML
de asemenea, $variabila nu intre ghilimele simple.
In codul tau, mai corect ar fi:
- Cod: Selectaţi tot
<?php $thefile = 'director/'. $fisier; ?>
<a href="down.php?urlf=<?php echo $thefile; ?>" title="descarca">descarcat</a>
<?php echo $objCA->getAccess($thefile); ?>


