unexpected end of file php

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]

Everything is not fine. You don’t close the echo.

Sponsor our Newsletter | Privacy Policy | Terms of Service