Listing Data From a CMS Text Box

4 posts by 3 authors in: Forums > CMS Builder
Last Post: July 15, 2013   (RSS)

By jenolan - July 14, 2013

<?php echo htmlencode(str_replace( "\n", '<br />', $zoneRecord['zone_list'])) ?>

---
<?= "Jenolan(Larry) :: Coding Since 1973" ?>
Peace and Long Life

By Toledoh - July 14, 2013

Would removing the htmlencode work also?  <?php echo $zoneRecord['zone_list'] ?>

Cheers,

Tim (toledoh.com.au)

By nmsinc - July 15, 2013

Thanks Larry and Tim - Larry's first response did the trick!

NMSINC

nmsinc