kissamies Posted July 17, 2021 Share Posted July 17, 2021 One of dbPrepareString() required arguments are db connection. Why is that? and what does that function do with that information? this function just returns escaped quary string? Link to comment
Addlibs Posted July 18, 2021 Share Posted July 18, 2021 It acts differently depending on whether you're using a MySQL or sqlite connection; specifically, this is the escaping function for MySQL and this is the one for sqlite. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now