Open macg-gh opened 4 years ago
Prepared queries: https://www.php.net/manual/en/mysqli.quickstart.prepared-statements.php. Use that instead of escaping strings, the prepped statement will do that for you so it's a safer way to execute sql.
Prepared queries: https://www.php.net/manual/en/mysqli.quickstart.prepared-statements.php. Use that instead of escaping strings, the prepped statement will do that for you so it's a safer way to execute sql.