|
sql security
sometimes its necessary to take user submitted data from a form in a query. without buffering data, things could probably get pretty nasty if the user wanted to mess things up. how should one probably buffer data to prevent tables from being deleted or values changed around?
|