I have the following stored in the database.
To view your new profile comment, go to your <a href='profile.php?id=1#comments'>profile</a>.
When selecting this in the message viewer,
profile.' />
To view your new profile comment, go to your profile.
The profile.' /> actually breaks the script and ruins the design.
Is there any reason why this is happening that anyone is aware of?
Thanks
if you are using PHP, you can use htmlentities to convert the characters into HTML entities.