VR-T
CSS
HTML
Javascript
Paint Shop Pro
PHP
Misc.
Graphics
Interactions
Clear

Showing PHP Code

If your site is code in php, and you try to put up some php tutorials, you may notice that your website tries to excecute those very codes you are trying to show. So here's a little way to avoid that.

Instead of <?php use

&lt;?php

Intead of ?> use

?&gt; And that should solve all the problems with that :)

<-back