[PHP] and return

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
mdgroot
Posts: 155
Joined: Wed 11. Feb 2004, 17:47
Location: Netherlands

[PHP] and return

Post by mdgroot »

Does someone know how to include a return <br> between the [PHP] tags ?

If I use
[PHP]
echo "test";
echo "<br><br>";
echo "test2";
[/PHP]

it's not going to work. All other tags, like <hr> e.g. are working, but not the <br>. It's printing it all on 1 line.
phpWCMS v1.27
Pauli
Posts: 92
Joined: Mon 30. Aug 2004, 11:53

Post by Pauli »

echo "<br";
echo ">";
mdgroot
Posts: 155
Joined: Wed 11. Feb 2004, 17:47
Location: Netherlands

Post by mdgroot »

thanks. That did the trick...
why is that ?
phpWCMS v1.27
Pauli
Posts: 92
Joined: Mon 30. Aug 2004, 11:53

Post by Pauli »

I don't know, I just had the same situation once :)
Post Reply