Sorry for my bad english..
when i am writing:
\x3e or \x3c - i can use all of html tags or javascript +)
\x3e instead of <
&
\x3c instead of >
This problem can be solved in a minute...
Just write at input.php3 & input_handleH.php3 files:
$M = str_replace("\", "!!!!", $M);
Luck!
Anonymous