12-17-2007, 09:11 PM
|
#5 (permalink)
|
|
The Addict
Join Date: Nov 2007
Posts: 264
Thanks: 2
|
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
|
|
|
|