this is my code, im new to php and everything looks fine to me
the language is in portuguese but i dont think that matters
[php]<?php
$nome_produto = “Ténis”;
$preco_produto = 20.99;
$categoria_produto =“Sapatos”;
echo "
style=‘text-align:center;">"Bem-vindo á LuckyCat!’
Nossos Produtos
$nome_produto
Preço: $preco_produto
Categoria: $categoria_produto
?>[/php]