3D Text & SQL Lite, trouble displaying specific characters?
#2

You need to escape the characters and always use DB_Escape when inserting strings into a Query to prevent from being victim of SQL Injection.

If you also take a look at that function, you'll see that it uses: \'
instead of a simple character: '
Reply


Messages In This Thread
3D Text & SQL Lite, trouble displaying specific characters? - by [WSF]ThA_Devil - 03.11.2013, 07:32
Re: 3D Text & SQL Lite, trouble displaying specific characters? - by Konstantinos - 03.11.2013, 09:00

Forum Jump:


Users browsing this thread: 1 Guest(s)