I need to show & instead of &amp

This might sound like a really dummy question but I’ve got this:

<link><![CDATA[<?php echo htmldisplay( $value['link'] ) ?>]]></link>

which is outputting the link with &amp instead of just &, how do I fix that?

[FPHP]html_entity_decode[/FPHP]

Thank you, I thought I’d tried that but must have had a typo somewhere. Thanks

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.