Search found 1 match

by Phodetheus
Wed Jul 02, 2003 3:23 am
Forum: PHP - Code
Topic: Showing source
Replies: 5
Views: 598

Hi

First off make sure you omit the <? or <?php tag that tells the server to run your code, that will cause your code to be displayed.

If you surround the code in the <PRE></PRE> tag this will keep the code looking exactly as you have it in the source with line breaks and all.