No code between, just one they are in same function
I'm making a template system, the one like vBulletin uses
for example
<HTML>
<HEAD>
<TITLE>$TITLE</TITLE>
</HEAD>
<BODY>
$BODY
</BODY>
</HTML>
That's why i use 2 evals, to process 2 varuables, and these evals get nothing more than plain old html
Thank You