Ciao a tutti,
mi trovo con un problemino. Dovrei fare il seguente senza che i caratteri di codice vengano visti come tale, ma solo come normale testo:


Codice PHP:
<?php
echo "Every text must have the following structure: <?php $eng[''] = \" SOME TEXT \"; ?> ";
?>
Come potete vedere anche qui viene interpretato male.
Esiste un modo per stampare sul video quella stringa ed evitare che php me lo interpreti come codice?
Grazie

Beavey