06-29-2009, 02:29 AM
|
#1 (permalink)
|
|
The Frequenter
Join Date: Jun 2009
Location: Cleveland,Ohio
Posts: 430
Thanks: 30
|
xss security
I have been reading about cross site scripting, and basically everything i have read say's that xss is basically people putting javascript code in form inputs, and to protect against it a person should use htmlentitties to filter things going into a database.
What i want to know is if this is the only way xss is used and can i prevent it from happening just by using htmlentitties to filter all the data that gets put into my databases?
__________________
Anyone who has never made a mistake has never tried anything new.
~ Albert Einstein ~
|
|
|
|