I think it's very simple, but I am stuck in this PHP error:
<?php
$news_date= echo $row['news_date'];
$hour= echo $row['hour'] "GMT";
$copyright= if ($row['copyright'] <> Desconhecido) echo "Copyright Imagem: " . $row['copyright'] .;
?>
Returns: "Parse error: syntax error, unexpected T_ECHO in /www/users/m/o/t/motorracingnews/index.php on line 117"