|
Basically when you submit some text to the database with html in it, the html is processed.
For security reasons how can i make sure that html tags and such are not processed?
i think there is something in asp like an encode function, is there a php version of this?
|