I have a problem with a client site, it has several product pages and I created a page called mostra_produto.php
, but the function that calls the title is returning with problem.
ERROR:
CODE:
<title>
<?php echo($nomeproduto)?> .' - Vendas'); ?>
</title>