Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

What can I add to the following to stop my html tags from being stripped out?

<?php echo $item->displayIntrotext; ?>

Following are being ignored:

<p></p> & <br />

(newbie) Thanks

share|improve this question
1  
Whatever is doing it is doing it somewhere not inside that code – John Conde Aug 3 '12 at 16:37
possible to force it here? – user991830 Aug 3 '12 at 16:38
2  
Please show full code, in particular where $item is coming from. – Kolink Aug 3 '12 at 16:39
1  
It might help if you provided the expected and actual output so we can compare and think of what might cause it. – Matt Aug 3 '12 at 16:39
2  
Do a print_r on your $item – Quynh Nguyen Aug 3 '12 at 16:39

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.