View Single Post
  #1 (permalink)  
Old 09-27-2004, 01:56 PM
jabird jabird is offline
Junior Member
 
Join Date: Sep 2004
Posts: 6
Not executing HTML and PHP code...
I am writing PHP and HTML tutorials for my website, and I need certain code to not be executed by the browser/server, instead, it should be displayed... I need something similiar to this:
Code:
<? echo "blah"; ?>
Is there any mod out there that will allow this?

pre-thank you
~Jabird
Reply With Quote