Hi all,
I'm trying to stop a user using HTML in a text field.
I have the following code
<input type="text" name="<? print(htmlspecialchars("name")); ?>" size="20" maxlength="60">
This does'nt seem to be working.
Do I misunderstand the function or its use?
Many thanks
Nick