Hello !
how can i insert text containg code examples from a textbox into a database
using SQL insert statment.
i have no problem to just add text that dont contains code and script
examples or the illegal chars for the insert command
is it possible to encasulate the text/string so the server doesnt reads the
string as a command?
i guess this is something with sql injections and regular expressions
Thanx
how can i insert text containg code examples from a textbox into a database
using SQL insert statment.
i have no problem to just add text that dont contains code and script
examples or the illegal chars for the insert command
is it possible to encasulate the text/string so the server doesnt reads the
string as a command?
i guess this is something with sql injections and regular expressions
Thanx
Comment