Hi,
I have strings that are between tags:
<tagname bla bla bla bla bla></tagname>
when I try to print that the browser takes that as an actual tag and not a string and I get a blank result...
Is there a way around that?
Thanks
printing string with tags
Moderator: General Moderators
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
You want to print out the tags?
Mac
Code: Select all
echo htmlspecialchars($string);