SA-MP Forums Archive
[Question] Does a_http.inc is a secure way to create MySQL queries to Database? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [Question] Does a_http.inc is a secure way to create MySQL queries to Database? (/showthread.php?tid=664374)



[Question] Does a_http.inc is a secure way to create MySQL queries to Database? - QuetzalHeaven - 27.02.2019

Hey, Hi!

I want to use the a_http.inc to create new users in my server.
I'm planning to create a "createuser.php" file using the POST method to create a query to the Database (MySQL), with the help of this include… is this a secure way to do that?
Sorry my bad english
Thanks



Re: [Question] Does a_http.inc is a secure way to create MySQL queries to Database? - RoboN1X - 27.02.2019

No..., that's wrong choice of interface, use MySQL plugin instead!