lol.. not sure how to word the title!
Ok, If I store HTML in the database, specifically a href link
i am trying to pull it back out to an input text field, but since it has the " s its screwing up the htmlCode:<a href="blah.com">click</a>
i tried the addslashes/stripslashes... but it doesnt help?Code:<input type="text" name="msg_' . $row['UID'] . '" value="' . stripslashes($row['MSG']) . '" size="75" maxsize="100" />




Reply With Quote