DEV Community

Discussion on: Four Tips for a More Secure Website

Collapse
 
dvhh profile image
dvhh

I am not aware of the internal implementation, but I still feel that native prepared statement is way safer than emulated one ( as the only obvious implementation would rely on some form of input escaping, which is not always working as intended )