why dont you make it say:
this way, you can use it in your page like this:
remember: when you use php to display html, you need to escape any speechmarks
i think actinic supports breaking out of the php and back in?
devs? will this type of structure work?
PHP Code:
$blreturn = true;
PHP Code:
if(FergsCondition(ProdRef))
{echo "<div class=\"myclass\"><div>";}
else {echo "";}
i think actinic supports breaking out of the php and back in?
devs? will this type of structure work?
PHP Code:
<?
some php loop {
?>
some html repeated...
<?
}
?>
Comment