pro_php thread: pro_php:Escaping within escaped
>Subject: Re: Escaping within Escaped? Hi: You can still have code without echoing it, simply what is outside the <?php ?> symbols is straight HTML. You can also call a PHP variable from inside HTML: <?php $a='5'; ?> <table><tr><td>The value of a is <?php $a ?></td></tr></table>
|





