WP and MS SQL Server: SQL Security
-
My WP plugin uses an MS SQL Server database in addition to MySQL. When querying SQL Server with the PHP sqlsrv functions, are there security precautions I should use to avoid, e.g. SQL injection? Would the $wpdb->prepare function help?
- The topic ‘WP and MS SQL Server: SQL Security’ is closed to new replies.