I need to store jpeg images in a mysql database. I'm using a certain scripting language, and have the jpeg file as a string. Do I need to escape anything in my string before storing it, or can I just do: inset into table values("$myjpegvariable");
I hope that makes sense.
I hope that makes sense.
