Assign html + php into a variable
Posted: Tue Feb 23, 2010 3:23 am
How can I assign html and php code into a variable?
For example this code:
<div id="errors">
<?php echo $alertmsg; ?>
</div>
For example this code:
<div id="errors">
<?php echo $alertmsg; ?>
</div>