MySQL R40 Problem
#6

You should always escape strings and use threaded queries because they are faster and safer than non-threaded queries. Just %e to escape strings instead of %s and use mysql_tquery function instead of mysql_query. You can also use mysql_pquery if you just want to put data into the database etc.
Reply


Messages In This Thread
MySQL R40 Problem - by Kraeror - 03.01.2018, 18:55
Re: MySQL R40 Problem - by VincenzoDrift - 03.01.2018, 19:02
Re: MySQL R40 Problem - by Kraeror - 03.01.2018, 19:05
Re: MySQL R40 Problem - by VincenzoDrift - 03.01.2018, 19:09
Re: MySQL R40 Problem - by Kraeror - 03.01.2018, 19:13
Re: MySQL R40 Problem - by Logic_ - 03.01.2018, 20:02
Re: MySQL R40 Problem - by DRIFT_HUNTER - 03.01.2018, 20:22
Re: MySQL R40 Problem - by Kraeror - 04.01.2018, 17:59
Re: MySQL R40 Problem - by Kraeror - 04.01.2018, 19:48

Forum Jump:


Users browsing this thread: 1 Guest(s)