Posted by Jester on 10/21/05 20:13
dan napisał(a):
>Hi,
>
>I would like to be able to show coding on a website without the website
>acting out the commands in the code. For example, I would like to be
>able to show some php code to tell a person how to do something.
>However, I do not know how to show the code and make the website not
>act on it. Can anyone help me in this matter?
>
>
>
Hello
When You want to display...
<?php
or
?>
... just use...
<?php
....or..
?>
....instead. Server will treat what's between just like any HMTL code and won't execute it.
--
Greets
Jester
[Back to original message]
|