OK, here's a tiny problem for you to crack:
I'm writing a web-page (in php og course), but on this web-page I want to show a php-script to the readers. And now I'm struggling to make te php-start-tag visible.
This is an example of the code I want to make visible at the web-page:
<? finish(); ?>
How do I do that? Help!?
Thanks...