Thread: Php
View Single Post
  #15  
Old 05-15-2001, 12:22 PM
Guest
Posts: n/a
the PHP thing, it adds
PHP Code:
<PRE></PRE
tags so all the text in between shows, but doesnt affect it, let me try a test



<?php

$wing = "cool"

?>

PHP Code:
<?php $wing "cool" ?>
I just tried the following code above...
Reply With Quote