Php anti-SQL code

Source: Internet
Author: User
Tags php mysql
Php anti-SQL code is learning recently, php mysql
Excuse me, after submitting the form, it will be inserted between databases,
Is this enough? Do I need to write other anti-SQL code?
$ Name = mysql_real_escape_string ($ _ POST ['name']);


Reply to discussion (solution)

Baidu refer to "360 general anti-injection" for reference

Baidu refer to "360 general anti-injection" for reference


O (∩) O thank you

Is there any problem with writing this?

You can write it in this way.


Baidu refer to "360 general anti-injection" for reference


O (∩) O thank you

Is there any problem with writing this?


Yes

I also just learned. I think I just learned about PDO and parameter-based queries. it's just the beginning. it's easy.

The addslashes function is generally used; mysql_real_escape_string must be connected to the database before use

1. verify user data. if it is a number, it must be a number.
2. addslashes function
3. mysql_real_escape_string or mysql_escape_string
4. pre-compiled SQL prepare

I think using 360safe is not bad. I will study it if I have time !!

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.