Does the PHP SELECT statement need to use preprocessing to prevent SQL injection?

Source: Internet
Author: User
Does the PHP SELECT statement need to use preprocessing to prevent SQL injection?

Reply content:

Does the PHP SELECT statement need to use preprocessing to prevent SQL injection?

Some things you should know about SQL injection http://www.codefrom.com/t/%E5%85%B3%E4%BA%8Esql%E6%B3%A8%E5%85%A5%EF%BC%8C%E4%BD%A0%E5%BA%94 %e8%af%a5%e7%9f%a5%e9%81%93%e7%9a%84%e4%b8%80%e4%ba%9b%e4%b8%9c%e8%a5%bf

SQL queries are required in order to prevent them from being constructed into other statements.

Required, use PDO or mysqli

Of course you do.

select * from tableA;insert  *** where 1=1;

That's clear.

  • Related Article

    Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.