Hi all,
I have one problem regarding the data insertion in php.
In my site there is a message system.
so when my inbox loads it gives one javascript alert.
I have search a lot in my site and finally i found that some one have send me message with below text.
<script>
alert(5)
</script>
So how can i restrict the script code being inserted in my data base..
I am running on php...
Thanks in advance.
Avinash