View Single Post
Old 12-17-2007, 09:11 PM   #5 (permalink)
TlcAndres
The Addict
 
Join Date: Nov 2007
Posts: 264
Thanks: 2
TlcAndres is on a distinguished road
Default

the problem is not the running of the script it's how it presents the data

PHP Code:
<a href="<[siteurl]>"Hello </a>
<
phpcode>
if(
true)
{
    echo(
'ello there');
}
</
phpcode
it's supposed to be presented like so

PHP Code:
Hello ello there 
instead it's being presented as

PHP Code:
ello there Hello 
TlcAndres is offline  
Reply With Quote