|
Posted by BKDotCom on 11/11/18 11:30
I think the problem is that quotes are only allowed to surround values
in html tags
if you want a quote anywhere else, use "... same goes with <, >, &
IE <input type="hidden" name="message"
value="typing <a href="link">message</a>">
use htmlspecialchars()
if that's not your immediate problem, it will be your next one.
Navigation:
[Reply to this message]
|