Im trying to have php code that contains an echo. within that echo however, I need it to echo php code within it. a short example is bellow.
In a html context, , , etc, is the opening of a html tag. Edit < with his html entity < to prevent it happening..
, , etc, is the opening of a html tag. Edit < with his html entity < to prevent it happening..
, etc, is the opening of a html tag. Edit < with his html entity < to prevent it happening..
<
<?php
Even better, use htmlspecialchars:
'); ?>